Shades of Pine Green #04716B
Tints of Pine Green #04716B
RGB
CMYK
RGB Variations
Color information
#04716B (or 0x04716B) is known color: Pine Green. HEX triplet: 04, 71 and 6B. RGB value is (4,113,107). Sum of RGB (Red+Green+Blue) = 4+113+107=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #04716B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04716B is #FB8E94. Grayscale: #4F4F4F. Windows color (decimal): -16486037 or 7041284. OLE color: 7041284.
HSL color Cylindrical-coordinate representation of color #04716B: hue angle of 176.7º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04716B is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 113 | 107 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.56 |
| HSL | 176.7º | 0.93% | 0.23% | - |
| HSV(B) | 176.7º | 0.96% | 0.44% | - |
| XYZ | 8.61 | 12.9 | 15.95 | - |
| YUV | 79.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 107 | 0.96 | 0 | 0.05 | 0.56 | 176.7 | 0.93 | 0.23 |
| Hex | 4 | 71 | 6B | 60 | 0 | 5 | 38 | B1 | 5D | 17 |
| Octal | 4 | 161 | 153 | 140 | 0 | 5 | 70 | 261 | 135 | 27 |
| Binary | 100 | 1110001 | 1101011 | 1100000 | 0 | 101 | 111000 | 10110001 | 1011101 | 10111 |
Color Harmonies of #04716B
Complementary color
Monochromatic Colors of #04716B
Black with #04716B
Text Example
Text Example
White with #04716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04716B; }
p { color: rgb(4,113,107); }
H1.HeaderClassName
{
color: #04716B;
}
.AnyTagClassName
{
color: #04716B;
}
</style>
background-color css
<style>
a { background-color: #04716B; }
a { background-color: rgb(4,113,107); }
div.DivClassName
{
background-color: #04716B;
}
.BgClassName
{
background-color: #04716B;
}
</style>
border-color css
<style>
span { border-color: #04716B; }
span { border-color: rgb(4,113,107); }
td.TdClassName
{
border-color: #04716B;
}
.TagClassName
{
border-color: #04716B;
}
</style>