Html Css Color HEX #759E41 Sushi

📋 copy color: '#759E41'

red 117 ◦ green 158 ◦ blue 65

#759E41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #759E41

Tints of Sushi #759E41

RGB

 RED value IS 117 (46.09% from 255) = 34.41%

 GREEN value IS 158 (62.11% from 255) = 46.47%

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 34.41%
G = 46.47%
B = 19.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#759E41 (or 0x759E41) is known color: Sushi. HEX triplet: 75, 9E and 41. RGB value is (117,158,65). Sum of RGB (Red+Green+Blue) = 117+158+65=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #759E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759E41 is #8A61BE. Grayscale: #878787. Windows color (decimal): -9068991 or 4300405. OLE color: 4300405.

HSL color Cylindrical-coordinate representation of color #759E41: hue angle of 86.45º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #759E41 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 158 65 -
CMYK 0.26 0 0.59 0.38
HSL 86.45º 0.42% 0.44% -
HSV(B) 86.45º 0.59% 0.62% -
XYZ 20.52 28.62 9.44 -
YUV 135.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 117 158 65 0.26 0 0.59 0.38 86.45 0.42 0.44
Hex 75 9E 41 1A 0 3B 26 56 2A 2C
Octal 165 236 101 32 0 73 46 126 52 54
Binary 1110101 10011110 1000001 11010 0 111011 100110 1010110 101010 101100

Color Harmonies of #759E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759E41

Black with #759E41

Text Example


Text Example

White with #759E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759E41; }

 p { color: rgb(117,158,65); }

 H1.HeaderClassName
 {
   color: #759E41;
 }
 .AnyTagClassName
 {
   color: #759E41;
 }
</style>

background-color css

<style>
 a { background-color: #759E41; }

 a { background-color: rgb(117,158,65); }

 div.DivClassName
 {
   background-color: #759E41;
 }
 .BgClassName
 {
   background-color: #759E41;
 }
</style>

border-color css

<style>
 span { border-color: #759E41; }

 span { border-color: rgb(117,158,65); }

 td.TdClassName
 {
   border-color: #759E41;
 }
 .TagClassName
 {
   border-color: #759E41;
 }
</style>