Shades of Pine Green #037B6A
Tints of Pine Green #037B6A
RGB
CMYK
RGB Variations
Color information
#037B6A (or 0x037B6A) is known color: Pine Green. HEX triplet: 03, 7B and 6A. RGB value is (3,123,106). Sum of RGB (Red+Green+Blue) = 3+123+106=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #037B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037B6A is #FC8495. Grayscale: #555555. Windows color (decimal): -16549014 or 6978307. OLE color: 6978307.
HSL color Cylindrical-coordinate representation of color #037B6A: hue angle of 171.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037B6A is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 123 | 106 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.52 |
| HSL | 171.5º | 0.95% | 0.25% | - |
| HSV(B) | 171.5º | 0.98% | 0.48% | - |
| XYZ | 9.72 | 15.23 | 16.06 | - |
| YUV | 85.18 | 139.74 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 106 | 0.98 | 0 | 0.14 | 0.52 | 171.5 | 0.95 | 0.25 |
| Hex | 3 | 7B | 6A | 62 | 0 | E | 34 | AC | 5F | 19 |
| Octal | 3 | 173 | 152 | 142 | 0 | 16 | 64 | 254 | 137 | 31 |
| Binary | 11 | 1111011 | 1101010 | 1100010 | 0 | 1110 | 110100 | 10101100 | 1011111 | 11001 |
Color Harmonies of #037B6A
Complementary color
Monochromatic Colors of #037B6A
Black with #037B6A
Text Example
Text Example
White with #037B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037B6A; }
p { color: rgb(3,123,106); }
H1.HeaderClassName
{
color: #037B6A;
}
.AnyTagClassName
{
color: #037B6A;
}
</style>
background-color css
<style>
a { background-color: #037B6A; }
a { background-color: rgb(3,123,106); }
div.DivClassName
{
background-color: #037B6A;
}
.BgClassName
{
background-color: #037B6A;
}
</style>
border-color css
<style>
span { border-color: #037B6A; }
span { border-color: rgb(3,123,106); }
td.TdClassName
{
border-color: #037B6A;
}
.TagClassName
{
border-color: #037B6A;
}
</style>