Shades of Green #067C08
Tints of Green #067C08
RGB
CMYK
RGB Variations
Color information
#067C08 (or 0x067C08) is known color: Green. HEX triplet: 06, 7C and 08. RGB value is (6,124,8). Sum of RGB (Red+Green+Blue) = 6+124+8=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 124 (48.83% from 255 or 89.86% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 124 - color contains mainly: green. Hex color #067C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067C08 is #F983F7. Grayscale: #4B4B4B. Windows color (decimal): -16352248 or 556038. OLE color: 556038.
HSL color Cylindrical-coordinate representation of color #067C08: hue angle of 121.02º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C08 is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 124 | 8 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.51 |
| HSL | 121.02º | 0.91% | 0.25% | - |
| HSV(B) | 121.02º | 0.95% | 0.49% | - |
| XYZ | 7.33 | 14.47 | 2.64 | - |
| YUV | 75.49 | 89.91 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 8 | 0.95 | 0 | 0.94 | 0.51 | 121.02 | 0.91 | 0.25 |
| Hex | 6 | 7C | 8 | 5F | 0 | 5E | 33 | 79 | 5B | 19 |
| Octal | 6 | 174 | 10 | 137 | 0 | 136 | 63 | 171 | 133 | 31 |
| Binary | 110 | 1111100 | 1000 | 1011111 | 0 | 1011110 | 110011 | 1111001 | 1011011 | 11001 |
Color Harmonies of #067C08
Complementary color
Monochromatic Colors of #067C08
Black with #067C08
Text Example
Text Example
White with #067C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C08; }
p { color: rgb(6,124,8); }
H1.HeaderClassName
{
color: #067C08;
}
.AnyTagClassName
{
color: #067C08;
}
</style>
background-color css
<style>
a { background-color: #067C08; }
a { background-color: rgb(6,124,8); }
div.DivClassName
{
background-color: #067C08;
}
.BgClassName
{
background-color: #067C08;
}
</style>
border-color css
<style>
span { border-color: #067C08; }
span { border-color: rgb(6,124,8); }
td.TdClassName
{
border-color: #067C08;
}
.TagClassName
{
border-color: #067C08;
}
</style>