Html Css Color HEX #096008 Green

📋 copy color: '#096008'

red 9 ◦ green 96 ◦ blue 8

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

Shades of Green #096008

Tints of Green #096008

RGB

 RED value IS 9 (3.91% from 255) = 7.96%

 GREEN value IS 96 (37.89% from 255) = 84.96%

 BLUE value IS 8 (3.52% from 255) = 7.08%

R = 7.96%
G = 84.96%
B = 7.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#096008 (or 0x096008) is known color: Green. HEX triplet: 09, 60 and 08. RGB value is (9,96,8). Sum of RGB (Red+Green+Blue) = 9+96+8=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 96 (37.89% from 255 or 84.96% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 96 - color contains mainly: green. Hex color #096008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096008 is #F69FF7. Grayscale: #3C3C3C. Windows color (decimal): -16162808 or 548873. OLE color: 548873.

HSL color Cylindrical-coordinate representation of color #096008: hue angle of 119.32º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096008 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 8 -
CMYK 0.91 0 0.92 0.62
HSL 119.32º 0.85% 0.2% -
HSV(B) 119.32º 0.92% 0.38% -
XYZ 4.34 8.44 1.63 -
YUV 59.96 98.68 91.66 -
System Red Green Blue C M Y K H S L
Decimal 9 96 8 0.91 0 0.92 0.62 119.32 0.85 0.2
Hex 9 60 8 5B 0 5C 3E 77 55 14
Octal 11 140 10 133 0 134 76 167 125 24
Binary 1001 1100000 1000 1011011 0 1011100 111110 1110111 1010101 10100

Color Harmonies of #096008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096008

Black with #096008

Text Example


Text Example

White with #096008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096008; }

 p { color: rgb(9,96,8); }

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

background-color css

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

 a { background-color: rgb(9,96,8); }

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

border-color css

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

 span { border-color: rgb(9,96,8); }

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