Html Css Color HEX #096312 Green

📋 copy color: '#096312'

red 9 ◦ green 99 ◦ blue 18

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

Shades of Green #096312

Tints of Green #096312

RGB

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

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

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

R = 7.14%
G = 78.57%
B = 14.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#096312 (or 0x096312) is known color: Green. HEX triplet: 09, 63 and 12. RGB value is (9,99,18). Sum of RGB (Red+Green+Blue) = 9+99+18=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #096312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096312 is #F69CED. Grayscale: #3F3F3F. Windows color (decimal): -16162030 or 1205001. OLE color: 1205001.

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

Color convert

RGB 9 99 18 -
CMYK 0.91 0 0.82 0.61
HSL 126º 0.83% 0.21% -
HSV(B) 126º 0.91% 0.39% -
XYZ 4.68 9.03 2.07 -
YUV 62.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 9 99 18 0.91 0 0.82 0.61 126 0.83 0.21
Hex 9 63 12 5B 0 52 3D 7E 53 15
Octal 11 143 22 133 0 122 75 176 123 25
Binary 1001 1100011 10010 1011011 0 1010010 111101 1111110 1010011 10101

Color Harmonies of #096312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096312

Black with #096312

Text Example


Text Example

White with #096312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096312; }

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

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

background-color css

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

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

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

border-color css

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

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

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