Shades of Green #096102
Tints of Green #096102
RGB
CMYK
RGB Variations
Color information
#096102 (or 0x096102) is known color: Green. HEX triplet: 09, 61 and 02. RGB value is (9,97,2). Sum of RGB (Red+Green+Blue) = 9+97+2=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 97 (38.28% from 255 or 89.81% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 97 - color contains mainly: green. Hex color #096102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096102 is #F69EFD. Grayscale: #3C3C3C. Windows color (decimal): -16162558 or 155913. OLE color: 155913.
HSL color Cylindrical-coordinate representation of color #096102: hue angle of 115.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #096102 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 2 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.62 |
| HSL | 115.58º | 0.96% | 0.19% | - |
| HSV(B) | 115.58º | 0.98% | 0.38% | - |
| XYZ | 4.4 | 8.61 | 1.49 | - |
| YUV | 59.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 2 | 0.91 | 0 | 0.98 | 0.62 | 115.58 | 0.96 | 0.19 |
| Hex | 9 | 61 | 2 | 5B | 0 | 62 | 3E | 74 | 60 | 13 |
| Octal | 11 | 141 | 2 | 133 | 0 | 142 | 76 | 164 | 140 | 23 |
| Binary | 1001 | 1100001 | 10 | 1011011 | 0 | 1100010 | 111110 | 1110100 | 1100000 | 10011 |
Color Harmonies of #096102
Complementary color
Monochromatic Colors of #096102
Black with #096102
Text Example
Text Example
White with #096102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096102; }
p { color: rgb(9,97,2); }
H1.HeaderClassName
{
color: #096102;
}
.AnyTagClassName
{
color: #096102;
}
</style>
background-color css
<style>
a { background-color: #096102; }
a { background-color: rgb(9,97,2); }
div.DivClassName
{
background-color: #096102;
}
.BgClassName
{
background-color: #096102;
}
</style>
border-color css
<style>
span { border-color: #096102; }
span { border-color: rgb(9,97,2); }
td.TdClassName
{
border-color: #096102;
}
.TagClassName
{
border-color: #096102;
}
</style>