Html Css Color HEX #759636 Sushi

📋 copy color: '#759636'

red 117 ◦ green 150 ◦ blue 54

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

Shades of Sushi #759636

Tints of Sushi #759636

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.73%

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 36.45%
G = 46.73%
B = 16.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#759636 (or 0x759636) is known color: Sushi. HEX triplet: 75, 96 and 36. RGB value is (117,150,54). Sum of RGB (Red+Green+Blue) = 117+150+54=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #759636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759636 is #8A69C9. Grayscale: #818181. Windows color (decimal): -9071050 or 3577461. OLE color: 3577461.

HSL color Cylindrical-coordinate representation of color #759636: hue angle of 80.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #759636 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 54 -
CMYK 0.22 0 0.64 0.41
HSL 80.63º 0.47% 0.4% -
HSV(B) 80.63º 0.64% 0.59% -
XYZ 18.91 25.86 7.49 -
YUV 129.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 117 150 54 0.22 0 0.64 0.41 80.63 0.47 0.4
Hex 75 96 36 16 0 40 29 51 2F 28
Octal 165 226 66 26 0 100 51 121 57 50
Binary 1110101 10010110 110110 10110 0 1000000 101001 1010001 101111 101000

Color Harmonies of #759636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759636

Black with #759636

Text Example


Text Example

White with #759636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759636; }

 p { color: rgb(117,150,54); }

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

background-color css

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

 a { background-color: rgb(117,150,54); }

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

border-color css

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

 span { border-color: rgb(117,150,54); }

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