Html Css Color HEX #096414 Green

📋 copy color: '#096414'

red 9 ◦ green 100 ◦ blue 20

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

Shades of Green #096414

Tints of Green #096414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 77.52%

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

R = 6.98%
G = 77.52%
B = 15.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#096414 (or 0x096414) is known color: Green. HEX triplet: 09, 64 and 14. RGB value is (9,100,20). Sum of RGB (Red+Green+Blue) = 9+100+20=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 100 (39.45% from 255 or 77.52% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 100 - color contains mainly: green. Hex color #096414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096414 is #F69BEB. Grayscale: #3F3F3F. Windows color (decimal): -16161772 or 1336329. OLE color: 1336329.

HSL color Cylindrical-coordinate representation of color #096414: hue angle of 127.25º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096414 is Cyan = 0.91, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 20 -
CMYK 0.91 0 0.8 0.61
HSL 127.25º 0.83% 0.21% -
HSV(B) 127.25º 0.91% 0.39% -
XYZ 4.8 9.22 2.19 -
YUV 63.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 9 100 20 0.91 0 0.8 0.61 127.25 0.83 0.21
Hex 9 64 14 5B 0 50 3D 7F 53 15
Octal 11 144 24 133 0 120 75 177 123 25
Binary 1001 1100100 10100 1011011 0 1010000 111101 1111111 1010011 10101

Color Harmonies of #096414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096414

Black with #096414

Text Example


Text Example

White with #096414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096414; }

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

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

background-color css

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

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

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

border-color css

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

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

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