Shades of Green #008105
Tints of Green #008105
RGB
CMYK
RGB Variations
Color information
#008105 (or 0x008105) is known color: Green. HEX triplet: 00, 81 and 05. RGB value is (0,129,5). Sum of RGB (Red+Green+Blue) = 0+129+5=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 129 (50.78% from 255 or 96.27% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 129 - color contains mainly: green. Hex color #008105 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008105 is #FF7EFA. Grayscale: #4C4C4C. Windows color (decimal): -16744187 or 360704. OLE color: 360704.
HSL color Cylindrical-coordinate representation of color #008105: hue angle of 122.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008105 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 5 | - |
| CMYK | 1 | 0 | 0.96 | 0.49 |
| HSL | 122.33º | 1% | 0.25% | - |
| HSV(B) | 122.33º | 1% | 0.51% | - |
| XYZ | 7.88 | 15.71 | 2.76 | - |
| YUV | 76.29 | 87.76 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 5 | 1 | 0 | 0.96 | 0.49 | 122.33 | 1 | 0.25 |
| Hex | 0 | 81 | 5 | 64 | 0 | 60 | 31 | 7A | 64 | 19 |
| Octal | 0 | 201 | 5 | 144 | 0 | 140 | 61 | 172 | 144 | 31 |
| Binary | 0 | 10000001 | 101 | 1100100 | 0 | 1100000 | 110001 | 1111010 | 1100100 | 11001 |
Color Harmonies of #008105
Complementary color
Monochromatic Colors of #008105
Black with #008105
Text Example
Text Example
White with #008105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008105; }
p { color: rgb(0,129,5); }
H1.HeaderClassName
{
color: #008105;
}
.AnyTagClassName
{
color: #008105;
}
</style>
background-color css
<style>
a { background-color: #008105; }
a { background-color: rgb(0,129,5); }
div.DivClassName
{
background-color: #008105;
}
.BgClassName
{
background-color: #008105;
}
</style>
border-color css
<style>
span { border-color: #008105; }
span { border-color: rgb(0,129,5); }
td.TdClassName
{
border-color: #008105;
}
.TagClassName
{
border-color: #008105;
}
</style>