Shades of Green #067500
Tints of Green #067500
RGB
CMYK
RGB Variations
Color information
#067500 (or 0x067500) is known color: Green. HEX triplet: 06, 75 and 00. RGB value is (6,117,0). Sum of RGB (Red+Green+Blue) = 6+117+0=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 117 (46.09% from 255 or 95.12% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 117 - color contains mainly: green. Hex color #067500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067500 is #F98AFF. Grayscale: #464646. Windows color (decimal): -16354048 or 29958. OLE color: 29958.
HSL color Cylindrical-coordinate representation of color #067500: hue angle of 116.92º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #067500 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.54 |
| HSL | 116.92º | 1% | 0.23% | - |
| HSV(B) | 116.92º | 1% | 0.46% | - |
| XYZ | 6.44 | 12.76 | 2.12 | - |
| YUV | 70.47 | 88.23 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 0 | 0.95 | 0 | 1 | 0.54 | 116.92 | 1 | 0.23 |
| Hex | 6 | 75 | 0 | 5F | 0 | 64 | 36 | 75 | 64 | 17 |
| Octal | 6 | 165 | 0 | 137 | 0 | 144 | 66 | 165 | 144 | 27 |
| Binary | 110 | 1110101 | 0 | 1011111 | 0 | 1100100 | 110110 | 1110101 | 1100100 | 10111 |
Color Harmonies of #067500
Complementary color
Monochromatic Colors of #067500
Black with #067500
Text Example
Text Example
White with #067500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067500; }
p { color: rgb(6,117,0); }
H1.HeaderClassName
{
color: #067500;
}
.AnyTagClassName
{
color: #067500;
}
</style>
background-color css
<style>
a { background-color: #067500; }
a { background-color: rgb(6,117,0); }
div.DivClassName
{
background-color: #067500;
}
.BgClassName
{
background-color: #067500;
}
</style>
border-color css
<style>
span { border-color: #067500; }
span { border-color: rgb(6,117,0); }
td.TdClassName
{
border-color: #067500;
}
.TagClassName
{
border-color: #067500;
}
</style>