Html Css Color HEX #096004 Green

📋 copy color: '#096004'

red 9 ◦ green 96 ◦ blue 4

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

Shades of Green #096004

Tints of Green #096004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.67%

R = 8.26%
G = 88.07%
B = 3.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#096004 (or 0x096004) is known color: Green. HEX triplet: 09, 60 and 04. RGB value is (9,96,4). Sum of RGB (Red+Green+Blue) = 9+96+4=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 96 (37.89% from 255 or 88.07% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 96 - color contains mainly: green. Hex color #096004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096004 is #F69FFB. Grayscale: #3B3B3B. Windows color (decimal): -16162812 or 286729. OLE color: 286729.

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

Color convert

RGB 9 96 4 -
CMYK 0.91 0 0.96 0.62
HSL 116.74º 0.92% 0.2% -
HSV(B) 116.74º 0.96% 0.38% -
XYZ 4.32 8.43 1.51 -
YUV 59.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 9 96 4 0.91 0 0.96 0.62 116.74 0.92 0.2
Hex 9 60 4 5B 0 60 3E 75 5C 14
Octal 11 140 4 133 0 140 76 165 134 24
Binary 1001 1100000 100 1011011 0 1100000 111110 1110101 1011100 10100

Color Harmonies of #096004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096004

Black with #096004

Text Example


Text Example

White with #096004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096004; }

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

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

background-color css

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

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

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

border-color css

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

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

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