Html Css Color HEX #096B0E Green

📋 copy color: '#096B0E'

red 9 ◦ green 107 ◦ blue 14

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

Shades of Green #096B0E

Tints of Green #096B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.77%

R = 6.92%
G = 82.31%
B = 10.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#096B0E (or 0x096B0E) is known color: Green. HEX triplet: 09, 6B and 0E. RGB value is (9,107,14). Sum of RGB (Red+Green+Blue) = 9+107+14=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 107 (42.19% from 255 or 82.31% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 107 - color contains mainly: green. Hex color #096B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096B0E is #F694F1. Grayscale: #434343. Windows color (decimal): -16159986 or 944905. OLE color: 944905.

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

Color convert

RGB 9 107 14 -
CMYK 0.92 0 0.87 0.58
HSL 123.06º 0.84% 0.23% -
HSV(B) 123.06º 0.92% 0.42% -
XYZ 5.45 10.61 2.18 -
YUV 67.1 98.03 86.56 -
System Red Green Blue C M Y K H S L
Decimal 9 107 14 0.92 0 0.87 0.58 123.06 0.84 0.23
Hex 9 6B E 5C 0 57 3A 7B 54 17
Octal 11 153 16 134 0 127 72 173 124 27
Binary 1001 1101011 1110 1011100 0 1010111 111010 1111011 1010100 10111

Color Harmonies of #096B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B0E

Black with #096B0E

Text Example


Text Example

White with #096B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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