Html Css Color HEX #096B0C Green

📋 copy color: '#096B0C'

red 9 ◦ green 107 ◦ blue 12

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

Shades of Green #096B0C

Tints of Green #096B0C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 83.59%

 BLUE value IS 12 (5.08% from 255) = 9.38%

R = 7.03%
G = 83.59%
B = 9.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#096B0C (or 0x096B0C) is known color: Green. HEX triplet: 09, 6B and 0C. RGB value is (9,107,12). Sum of RGB (Red+Green+Blue) = 9+107+12=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 107 (42.19% from 255 or 83.59% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 107 - color contains mainly: green. Hex color #096B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096B0C is #F694F3. Grayscale: #434343. Windows color (decimal): -16159988 or 813833. OLE color: 813833.

HSL color Cylindrical-coordinate representation of color #096B0C: hue angle of 121.84º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B0C is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 12 -
CMYK 0.92 0 0.89 0.58
HSL 121.84º 0.84% 0.23% -
HSV(B) 121.84º 0.92% 0.42% -
XYZ 5.44 10.6 2.11 -
YUV 66.87 97.03 86.72 -
System Red Green Blue C M Y K H S L
Decimal 9 107 12 0.92 0 0.89 0.58 121.84 0.84 0.23
Hex 9 6B C 5C 0 59 3A 7A 54 17
Octal 11 153 14 134 0 131 72 172 124 27
Binary 1001 1101011 1100 1011100 0 1011001 111010 1111010 1010100 10111

Color Harmonies of #096B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B0C

Black with #096B0C

Text Example


Text Example

White with #096B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096B0C; }

 p { color: rgb(9,107,12); }

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

background-color css

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

 a { background-color: rgb(9,107,12); }

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

border-color css

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

 span { border-color: rgb(9,107,12); }

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