Html Css Color HEX #096812 Green

📋 copy color: '#096812'

red 9 ◦ green 104 ◦ blue 18

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

Shades of Green #096812

Tints of Green #096812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 79.39%

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

R = 6.87%
G = 79.39%
B = 13.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#096812 (or 0x096812) is known color: Green. HEX triplet: 09, 68 and 12. RGB value is (9,104,18). Sum of RGB (Red+Green+Blue) = 9+104+18=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #096812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096812 is #F697ED. Grayscale: #424242. Windows color (decimal): -16160750 or 1206281. OLE color: 1206281.

HSL color Cylindrical-coordinate representation of color #096812: hue angle of 125.68º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096812 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 18 -
CMYK 0.91 0 0.83 0.59
HSL 125.68º 0.84% 0.22% -
HSV(B) 125.68º 0.91% 0.41% -
XYZ 5.17 10 2.23 -
YUV 65.79 101.03 87.49 -
System Red Green Blue C M Y K H S L
Decimal 9 104 18 0.91 0 0.83 0.59 125.68 0.84 0.22
Hex 9 68 12 5B 0 53 3B 7E 54 16
Octal 11 150 22 133 0 123 73 176 124 26
Binary 1001 1101000 10010 1011011 0 1010011 111011 1111110 1010100 10110

Color Harmonies of #096812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096812

Black with #096812

Text Example


Text Example

White with #096812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096812; }

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

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

background-color css

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

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

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

border-color css

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

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

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