Shades of Green #008505
Tints of Green #008505
RGB
CMYK
RGB Variations
Color information
#008505 (or 0x008505) is known color: Green. HEX triplet: 00, 85 and 05. RGB value is (0,133,5). Sum of RGB (Red+Green+Blue) = 0+133+5=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 133 (52.34% from 255 or 96.38% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 133 - color contains mainly: green. Hex color #008505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008505 is #FF7AFA. Grayscale: #4F4F4F. Windows color (decimal): -16743163 or 361728. OLE color: 361728.
HSL color Cylindrical-coordinate representation of color #008505: hue angle of 122.26º 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 #008505 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 5 | - |
| CMYK | 1 | 0 | 0.96 | 0.48 |
| HSL | 122.26º | 1% | 0.26% | - |
| HSV(B) | 122.26º | 1% | 0.52% | - |
| XYZ | 8.41 | 16.79 | 2.94 | - |
| YUV | 78.64 | 86.44 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 5 | 1 | 0 | 0.96 | 0.48 | 122.26 | 1 | 0.26 |
| Hex | 0 | 85 | 5 | 64 | 0 | 60 | 30 | 7A | 64 | 1A |
| Octal | 0 | 205 | 5 | 144 | 0 | 140 | 60 | 172 | 144 | 32 |
| Binary | 0 | 10000101 | 101 | 1100100 | 0 | 1100000 | 110000 | 1111010 | 1100100 | 11010 |
Color Harmonies of #008505
Complementary color
Monochromatic Colors of #008505
Black with #008505
Text Example
Text Example
White with #008505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008505; }
p { color: rgb(0,133,5); }
H1.HeaderClassName
{
color: #008505;
}
.AnyTagClassName
{
color: #008505;
}
</style>
background-color css
<style>
a { background-color: #008505; }
a { background-color: rgb(0,133,5); }
div.DivClassName
{
background-color: #008505;
}
.BgClassName
{
background-color: #008505;
}
</style>
border-color css
<style>
span { border-color: #008505; }
span { border-color: rgb(0,133,5); }
td.TdClassName
{
border-color: #008505;
}
.TagClassName
{
border-color: #008505;
}
</style>