Shades of Green #00850B
Tints of Green #00850B
RGB
CMYK
RGB Variations
Color information
#00850B (or 0x00850B) is known color: Green. HEX triplet: 00, 85 and 0B. RGB value is (0,133,11). Sum of RGB (Red+Green+Blue) = 0+133+11=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 133 (52.34% from 255 or 92.36% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 133 - color contains mainly: green. Hex color #00850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00850B is #FF7AF4. Grayscale: #4F4F4F. Windows color (decimal): -16743157 or 754944. OLE color: 754944.
HSL color Cylindrical-coordinate representation of color #00850B: hue angle of 124.96º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00850B is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 11 | - |
| CMYK | 1 | 0 | 0.92 | 0.48 |
| HSL | 124.96º | 1% | 0.26% | - |
| HSV(B) | 124.96º | 1% | 0.52% | - |
| XYZ | 8.45 | 16.8 | 3.11 | - |
| YUV | 79.33 | 89.44 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 11 | 1 | 0 | 0.92 | 0.48 | 124.96 | 1 | 0.26 |
| Hex | 0 | 85 | B | 64 | 0 | 5C | 30 | 7D | 64 | 1A |
| Octal | 0 | 205 | 13 | 144 | 0 | 134 | 60 | 175 | 144 | 32 |
| Binary | 0 | 10000101 | 1011 | 1100100 | 0 | 1011100 | 110000 | 1111101 | 1100100 | 11010 |
Color Harmonies of #00850B
Complementary color
Monochromatic Colors of #00850B
Black with #00850B
Text Example
Text Example
White with #00850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00850B; }
p { color: rgb(0,133,11); }
H1.HeaderClassName
{
color: #00850B;
}
.AnyTagClassName
{
color: #00850B;
}
</style>
background-color css
<style>
a { background-color: #00850B; }
a { background-color: rgb(0,133,11); }
div.DivClassName
{
background-color: #00850B;
}
.BgClassName
{
background-color: #00850B;
}
</style>
border-color css
<style>
span { border-color: #00850B; }
span { border-color: rgb(0,133,11); }
td.TdClassName
{
border-color: #00850B;
}
.TagClassName
{
border-color: #00850B;
}
</style>