Shades of Green #086102
Tints of Green #086102
RGB
CMYK
RGB Variations
Color information
#086102 (or 0x086102) is known color: Green. HEX triplet: 08, 61 and 02. RGB value is (8,97,2). Sum of RGB (Red+Green+Blue) = 8+97+2=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 97 (38.28% from 255 or 90.65% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 97 - color contains mainly: green. Hex color #086102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086102 is #F79EFD. Grayscale: #3B3B3B. Windows color (decimal): -16228094 or 155912. OLE color: 155912.
HSL color Cylindrical-coordinate representation of color #086102: hue angle of 116.21º 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 #086102 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 97 | 2 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.62 |
| HSL | 116.21º | 0.96% | 0.19% | - |
| HSV(B) | 116.21º | 0.98% | 0.38% | - |
| XYZ | 4.39 | 8.61 | 1.49 | - |
| YUV | 59.56 | 95.51 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 2 | 0.92 | 0 | 0.98 | 0.62 | 116.21 | 0.96 | 0.19 |
| Hex | 8 | 61 | 2 | 5C | 0 | 62 | 3E | 74 | 60 | 13 |
| Octal | 10 | 141 | 2 | 134 | 0 | 142 | 76 | 164 | 140 | 23 |
| Binary | 1000 | 1100001 | 10 | 1011100 | 0 | 1100010 | 111110 | 1110100 | 1100000 | 10011 |
Color Harmonies of #086102
Complementary color
Monochromatic Colors of #086102
Black with #086102
Text Example
Text Example
White with #086102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086102; }
p { color: rgb(8,97,2); }
H1.HeaderClassName
{
color: #086102;
}
.AnyTagClassName
{
color: #086102;
}
</style>
background-color css
<style>
a { background-color: #086102; }
a { background-color: rgb(8,97,2); }
div.DivClassName
{
background-color: #086102;
}
.BgClassName
{
background-color: #086102;
}
</style>
border-color css
<style>
span { border-color: #086102; }
span { border-color: rgb(8,97,2); }
td.TdClassName
{
border-color: #086102;
}
.TagClassName
{
border-color: #086102;
}
</style>