Shades of Green #00610C
Tints of Green #00610C
RGB
CMYK
RGB Variations
Color information
#00610C (or 0x00610C) is known color: Green. HEX triplet: 00, 61 and 0C. RGB value is (0,97,12). Sum of RGB (Red+Green+Blue) = 0+97+12=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 97 (38.28% from 255 or 88.99% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 97 - color contains mainly: green. Hex color #00610C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00610C is #FF9EF3. Grayscale: #3A3A3A. Windows color (decimal): -16752372 or 811264. OLE color: 811264.
HSL color Cylindrical-coordinate representation of color #00610C: hue angle of 127.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00610C is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 12 | - |
| CMYK | 1 | 0 | 0.88 | 0.62 |
| HSL | 127.42º | 1% | 0.19% | - |
| HSV(B) | 127.42º | 1% | 0.38% | - |
| XYZ | 4.34 | 8.58 | 1.77 | - |
| YUV | 58.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 12 | 1 | 0 | 0.88 | 0.62 | 127.42 | 1 | 0.19 |
| Hex | 0 | 61 | C | 64 | 0 | 58 | 3E | 7F | 64 | 13 |
| Octal | 0 | 141 | 14 | 144 | 0 | 130 | 76 | 177 | 144 | 23 |
| Binary | 0 | 1100001 | 1100 | 1100100 | 0 | 1011000 | 111110 | 1111111 | 1100100 | 10011 |
Color Harmonies of #00610C
Complementary color
Monochromatic Colors of #00610C
Black with #00610C
Text Example
Text Example
White with #00610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00610C; }
p { color: rgb(0,97,12); }
H1.HeaderClassName
{
color: #00610C;
}
.AnyTagClassName
{
color: #00610C;
}
</style>
background-color css
<style>
a { background-color: #00610C; }
a { background-color: rgb(0,97,12); }
div.DivClassName
{
background-color: #00610C;
}
.BgClassName
{
background-color: #00610C;
}
</style>
border-color css
<style>
span { border-color: #00610C; }
span { border-color: rgb(0,97,12); }
td.TdClassName
{
border-color: #00610C;
}
.TagClassName
{
border-color: #00610C;
}
</style>