Shades of Green #067508
Tints of Green #067508
RGB
CMYK
RGB Variations
Color information
#067508 (or 0x067508) is known color: Green. HEX triplet: 06, 75 and 08. RGB value is (6,117,8). Sum of RGB (Red+Green+Blue) = 6+117+8=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 117 (46.09% from 255 or 89.31% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 117 - color contains mainly: green. Hex color #067508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067508 is #F98AF7. Grayscale: #474747. Windows color (decimal): -16354040 or 554246. OLE color: 554246.
HSL color Cylindrical-coordinate representation of color #067508: hue angle of 121.08º 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 #067508 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 8 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.54 |
| HSL | 121.08º | 0.9% | 0.24% | - |
| HSV(B) | 121.08º | 0.95% | 0.46% | - |
| XYZ | 6.48 | 12.78 | 2.35 | - |
| YUV | 71.39 | 92.23 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 8 | 0.95 | 0 | 0.93 | 0.54 | 121.08 | 0.9 | 0.24 |
| Hex | 6 | 75 | 8 | 5F | 0 | 5D | 36 | 79 | 5A | 18 |
| Octal | 6 | 165 | 10 | 137 | 0 | 135 | 66 | 171 | 132 | 30 |
| Binary | 110 | 1110101 | 1000 | 1011111 | 0 | 1011101 | 110110 | 1111001 | 1011010 | 11000 |
Color Harmonies of #067508
Complementary color
Monochromatic Colors of #067508
Black with #067508
Text Example
Text Example
White with #067508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067508; }
p { color: rgb(6,117,8); }
H1.HeaderClassName
{
color: #067508;
}
.AnyTagClassName
{
color: #067508;
}
</style>
background-color css
<style>
a { background-color: #067508; }
a { background-color: rgb(6,117,8); }
div.DivClassName
{
background-color: #067508;
}
.BgClassName
{
background-color: #067508;
}
</style>
border-color css
<style>
span { border-color: #067508; }
span { border-color: rgb(6,117,8); }
td.TdClassName
{
border-color: #067508;
}
.TagClassName
{
border-color: #067508;
}
</style>