Html Css Color HEX #096314 Green

📋 copy color: '#096314'

red 9 ◦ green 99 ◦ blue 20

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

Shades of Green #096314

Tints of Green #096314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 77.34%

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

R = 7.03%
G = 77.34%
B = 15.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#096314 (or 0x096314) is known color: Green. HEX triplet: 09, 63 and 14. RGB value is (9,99,20). Sum of RGB (Red+Green+Blue) = 9+99+20=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 99 (39.06% from 255 or 77.34% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 99 - color contains mainly: green. Hex color #096314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096314 is #F69CEB. Grayscale: #3F3F3F. Windows color (decimal): -16162028 or 1336073. OLE color: 1336073.

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

Color convert

RGB 9 99 20 -
CMYK 0.91 0 0.80 0.61
HSL 127.33º 0.83% 0.21% -
HSV(B) 127.33º 0.91% 0.39% -
XYZ 4.7 9.03 2.16 -
YUV 63.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 9 99 20 0.91 0 0.80 0.61 127.33 0.83 0.21
Hex 9 63 14 5B 0 50 3D 7F 53 15
Octal 11 143 24 133 0 120 75 177 123 25
Binary 1001 1100011 10100 1011011 0 1010000 111101 1111111 1010011 10101

Color Harmonies of #096314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096314

Black with #096314

Text Example


Text Example

White with #096314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096314; }

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

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

background-color css

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

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

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

border-color css

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

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

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