Html Css Color HEX #096814 Green

📋 copy color: '#096814'

red 9 ◦ green 104 ◦ blue 20

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

Shades of Green #096814

Tints of Green #096814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 6.77%
G = 78.2%
B = 15.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#096814 (or 0x096814) is known color: Green. HEX triplet: 09, 68 and 14. RGB value is (9,104,20). Sum of RGB (Red+Green+Blue) = 9+104+20=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #096814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096814 is #F697EB. Grayscale: #424242. Windows color (decimal): -16160748 or 1337353. OLE color: 1337353.

HSL color Cylindrical-coordinate representation of color #096814: hue angle of 126.95º 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 #096814 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 20 -
CMYK 0.91 0 0.81 0.59
HSL 126.95º 0.84% 0.22% -
HSV(B) 126.95º 0.91% 0.41% -
XYZ 5.19 10.01 2.32 -
YUV 66.02 102.03 87.33 -
System Red Green Blue C M Y K H S L
Decimal 9 104 20 0.91 0 0.81 0.59 126.95 0.84 0.22
Hex 9 68 14 5B 0 51 3B 7F 54 16
Octal 11 150 24 133 0 121 73 177 124 26
Binary 1001 1101000 10100 1011011 0 1010001 111011 1111111 1010100 10110

Color Harmonies of #096814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096814

Black with #096814

Text Example


Text Example

White with #096814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096814; }

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

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

background-color css

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

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

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

border-color css

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

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

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