Html Css Color HEX #096005 Green

📋 copy color: '#096005'

red 9 ◦ green 96 ◦ blue 5

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

Shades of Green #096005

Tints of Green #096005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 8.18%
G = 87.27%
B = 4.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#096005 (or 0x096005) is known color: Green. HEX triplet: 09, 60 and 05. RGB value is (9,96,5). Sum of RGB (Red+Green+Blue) = 9+96+5=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 96 (37.89% from 255 or 87.27% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 96 - color contains mainly: green. Hex color #096005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096005 is #F69FFA. Grayscale: #3B3B3B. Windows color (decimal): -16162811 or 352265. OLE color: 352265.

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

Color convert

RGB 9 96 5 -
CMYK 0.91 0 0.95 0.62
HSL 117.36º 0.9% 0.2% -
HSV(B) 117.36º 0.95% 0.38% -
XYZ 4.32 8.43 1.54 -
YUV 59.61 97.18 91.9 -
System Red Green Blue C M Y K H S L
Decimal 9 96 5 0.91 0 0.95 0.62 117.36 0.9 0.2
Hex 9 60 5 5B 0 5F 3E 75 5A 14
Octal 11 140 5 133 0 137 76 165 132 24
Binary 1001 1100000 101 1011011 0 1011111 111110 1110101 1011010 10100

Color Harmonies of #096005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096005

Black with #096005

Text Example


Text Example

White with #096005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096005; }

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

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

background-color css

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

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

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

border-color css

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

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

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