Html Css Color HEX #609716 Limeade

📋 copy color: '#609716'

red 96 ◦ green 151 ◦ blue 22

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

Shades of Limeade #609716

Tints of Limeade #609716

RGB

 RED value IS 96 (37.89% from 255) = 35.69%

 GREEN value IS 151 (59.38% from 255) = 56.13%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 35.69%
G = 56.13%
B = 8.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#609716 (or 0x609716) is known color: Limeade. HEX triplet: 60, 97 and 16. RGB value is (96,151,22). Sum of RGB (Red+Green+Blue) = 96+151+22=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #609716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609716 is #9F68E9. Grayscale: #787878. Windows color (decimal): -10447082 or 1480544. OLE color: 1480544.

HSL color Cylindrical-coordinate representation of color #609716: hue angle of 85.58º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #609716 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 22 -
CMYK 0.36 0 0.85 0.41
HSL 85.58º 0.75% 0.34% -
HSV(B) 85.58º 0.85% 0.59% -
XYZ 16.04 24.68 4.68 -
YUV 119.85 72.78 110.99 -
System Red Green Blue C M Y K H S L
Decimal 96 151 22 0.36 0 0.85 0.41 85.58 0.75 0.34
Hex 60 97 16 24 0 55 29 56 4B 22
Octal 140 227 26 44 0 125 51 126 113 42
Binary 1100000 10010111 10110 100100 0 1010101 101001 1010110 1001011 100010

Color Harmonies of #609716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609716

Black with #609716

Text Example


Text Example

White with #609716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609716; }

 p { color: rgb(96,151,22); }

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

background-color css

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

 a { background-color: rgb(96,151,22); }

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

border-color css

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

 span { border-color: rgb(96,151,22); }

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