Html Css Color HEX #096412 Green

📋 copy color: '#096412'

red 9 ◦ green 100 ◦ blue 18

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

Shades of Green #096412

Tints of Green #096412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 78.74%

 BLUE value IS 18 (7.42% from 255) = 14.17%

R = 7.09%
G = 78.74%
B = 14.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#096412 (or 0x096412) is known color: Green. HEX triplet: 09, 64 and 12. RGB value is (9,100,18). Sum of RGB (Red+Green+Blue) = 9+100+18=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 100 (39.45% from 255 or 78.74% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 100 - color contains mainly: green. Hex color #096412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096412 is #F69BED. Grayscale: #3F3F3F. Windows color (decimal): -16161774 or 1205257. OLE color: 1205257.

HSL color Cylindrical-coordinate representation of color #096412: hue angle of 125.93º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096412 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 18 -
CMYK 0.91 0 0.82 0.61
HSL 125.93º 0.83% 0.21% -
HSV(B) 125.93º 0.91% 0.39% -
XYZ 4.78 9.22 2.1 -
YUV 63.44 102.35 89.17 -
System Red Green Blue C M Y K H S L
Decimal 9 100 18 0.91 0 0.82 0.61 125.93 0.83 0.21
Hex 9 64 12 5B 0 52 3D 7E 53 15
Octal 11 144 22 133 0 122 75 176 123 25
Binary 1001 1100100 10010 1011011 0 1010010 111101 1111110 1010011 10101

Color Harmonies of #096412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096412

Black with #096412

Text Example


Text Example

White with #096412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096412; }

 p { color: rgb(9,100,18); }

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

background-color css

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

 a { background-color: rgb(9,100,18); }

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

border-color css

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

 span { border-color: rgb(9,100,18); }

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