Shades of Green #06670F
Tints of Green #06670F
RGB
CMYK
RGB Variations
Color information
#06670F (or 0x06670F) is known color: Green. HEX triplet: 06, 67 and 0F. RGB value is (6,103,15). Sum of RGB (Red+Green+Blue) = 6+103+15=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 103 (40.62% from 255 or 83.06% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 103 - color contains mainly: green. Hex color #06670F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06670F is #F998F0. Grayscale: #404040. Windows color (decimal): -16357617 or 1009414. OLE color: 1009414.
HSL color Cylindrical-coordinate representation of color #06670F: hue angle of 125.57º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06670F is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 15 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.60 |
| HSL | 125.57º | 0.89% | 0.21% | - |
| HSV(B) | 125.57º | 0.94% | 0.4% | - |
| XYZ | 5.01 | 9.77 | 2.07 | - |
| YUV | 63.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 15 | 0.94 | 0 | 0.85 | 0.60 | 125.57 | 0.89 | 0.21 |
| Hex | 6 | 67 | F | 5E | 0 | 55 | 3C | 7E | 59 | 15 |
| Octal | 6 | 147 | 17 | 136 | 0 | 125 | 74 | 176 | 131 | 25 |
| Binary | 110 | 1100111 | 1111 | 1011110 | 0 | 1010101 | 111100 | 1111110 | 1011001 | 10101 |
Color Harmonies of #06670F
Complementary color
Monochromatic Colors of #06670F
Black with #06670F
Text Example
Text Example
White with #06670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06670F; }
p { color: rgb(6,103,15); }
H1.HeaderClassName
{
color: #06670F;
}
.AnyTagClassName
{
color: #06670F;
}
</style>
background-color css
<style>
a { background-color: #06670F; }
a { background-color: rgb(6,103,15); }
div.DivClassName
{
background-color: #06670F;
}
.BgClassName
{
background-color: #06670F;
}
</style>
border-color css
<style>
span { border-color: #06670F; }
span { border-color: rgb(6,103,15); }
td.TdClassName
{
border-color: #06670F;
}
.TagClassName
{
border-color: #06670F;
}
</style>