Shades of Green #06870B
Tints of Green #06870B
RGB
CMYK
RGB Variations
Color information
#06870B (or 0x06870B) is known color: Green. HEX triplet: 06, 87 and 0B. RGB value is (6,135,11). Sum of RGB (Red+Green+Blue) = 6+135+11=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 135 (53.12% from 255 or 88.82% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 135 - color contains mainly: green. Hex color #06870B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06870B is #F978F4. Grayscale: #525252. Windows color (decimal): -16349429 or 755462. OLE color: 755462.
HSL color Cylindrical-coordinate representation of color #06870B: hue angle of 122.33º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06870B is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 11 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.47 |
| HSL | 122.33º | 0.91% | 0.28% | - |
| HSV(B) | 122.33º | 0.96% | 0.53% | - |
| XYZ | 8.8 | 17.39 | 3.21 | - |
| YUV | 82.29 | 87.76 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 11 | 0.96 | 0 | 0.92 | 0.47 | 122.33 | 0.91 | 0.28 |
| Hex | 6 | 87 | B | 60 | 0 | 5C | 2F | 7A | 5B | 1C |
| Octal | 6 | 207 | 13 | 140 | 0 | 134 | 57 | 172 | 133 | 34 |
| Binary | 110 | 10000111 | 1011 | 1100000 | 0 | 1011100 | 101111 | 1111010 | 1011011 | 11100 |
Color Harmonies of #06870B
Complementary color
Monochromatic Colors of #06870B
Black with #06870B
Text Example
Text Example
White with #06870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06870B; }
p { color: rgb(6,135,11); }
H1.HeaderClassName
{
color: #06870B;
}
.AnyTagClassName
{
color: #06870B;
}
</style>
background-color css
<style>
a { background-color: #06870B; }
a { background-color: rgb(6,135,11); }
div.DivClassName
{
background-color: #06870B;
}
.BgClassName
{
background-color: #06870B;
}
</style>
border-color css
<style>
span { border-color: #06870B; }
span { border-color: rgb(6,135,11); }
td.TdClassName
{
border-color: #06870B;
}
.TagClassName
{
border-color: #06870B;
}
</style>