Html Css Color HEX #096B12 Green

📋 copy color: '#096B12'

red 9 ◦ green 107 ◦ blue 18

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

Shades of Green #096B12

Tints of Green #096B12

RGB

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

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

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

R = 6.72%
G = 79.85%
B = 13.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#096B12 (or 0x096B12) is known color: Green. HEX triplet: 09, 6B and 12. RGB value is (9,107,18). Sum of RGB (Red+Green+Blue) = 9+107+18=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 107 (42.19% from 255 or 79.85% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 107 - color contains mainly: green. Hex color #096B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096B12 is #F694ED. Grayscale: #434343. Windows color (decimal): -16159982 or 1207049. OLE color: 1207049.

HSL color Cylindrical-coordinate representation of color #096B12: hue angle of 125.51º 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 #096B12 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 18 -
CMYK 0.92 0 0.83 0.58
HSL 125.51º 0.84% 0.23% -
HSV(B) 125.51º 0.92% 0.42% -
XYZ 5.48 10.62 2.33 -
YUV 67.55 100.03 86.24 -
System Red Green Blue C M Y K H S L
Decimal 9 107 18 0.92 0 0.83 0.58 125.51 0.84 0.23
Hex 9 6B 12 5C 0 53 3A 7E 54 17
Octal 11 153 22 134 0 123 72 176 124 27
Binary 1001 1101011 10010 1011100 0 1010011 111010 1111110 1010100 10111

Color Harmonies of #096B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B12

Black with #096B12

Text Example


Text Example

White with #096B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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