Shades of Green #067512
Tints of Green #067512
RGB
CMYK
RGB Variations
Color information
#067512 (or 0x067512) is known color: Green. HEX triplet: 06, 75 and 12. RGB value is (6,117,18). Sum of RGB (Red+Green+Blue) = 6+117+18=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 117 (46.09% from 255 or 82.98% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 117 - color contains mainly: green. Hex color #067512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067512 is #F98AED. Grayscale: #484848. Windows color (decimal): -16354030 or 1209606. OLE color: 1209606.
HSL color Cylindrical-coordinate representation of color #067512: hue angle of 126.49º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067512 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 18 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.54 |
| HSL | 126.49º | 0.9% | 0.24% | - |
| HSV(B) | 126.49º | 0.95% | 0.46% | - |
| XYZ | 6.55 | 12.8 | 2.7 | - |
| YUV | 72.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 18 | 0.95 | 0 | 0.85 | 0.54 | 126.49 | 0.9 | 0.24 |
| Hex | 6 | 75 | 12 | 5F | 0 | 55 | 36 | 7E | 5A | 18 |
| Octal | 6 | 165 | 22 | 137 | 0 | 125 | 66 | 176 | 132 | 30 |
| Binary | 110 | 1110101 | 10010 | 1011111 | 0 | 1010101 | 110110 | 1111110 | 1011010 | 11000 |
Color Harmonies of #067512
Complementary color
Monochromatic Colors of #067512
Black with #067512
Text Example
Text Example
White with #067512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067512; }
p { color: rgb(6,117,18); }
H1.HeaderClassName
{
color: #067512;
}
.AnyTagClassName
{
color: #067512;
}
</style>
background-color css
<style>
a { background-color: #067512; }
a { background-color: rgb(6,117,18); }
div.DivClassName
{
background-color: #067512;
}
.BgClassName
{
background-color: #067512;
}
</style>
border-color css
<style>
span { border-color: #067512; }
span { border-color: rgb(6,117,18); }
td.TdClassName
{
border-color: #067512;
}
.TagClassName
{
border-color: #067512;
}
</style>