Shades of Olive #6C7E07
Tints of Olive #6C7E07
RGB
CMYK
RGB Variations
Color information
#6C7E07 (or 0x6C7E07) is known color: Olive. HEX triplet: 6C, 7E and 07. RGB value is (108,126,7). Sum of RGB (Red+Green+Blue) = 108+126+7=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7E07 is #9381F8. Grayscale: #6B6B6B. Windows color (decimal): -9667065 or 491116. OLE color: 491116.
HSL color Cylindrical-coordinate representation of color #6C7E07: hue angle of 69.08º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C7E07 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 126 | 7 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.51 |
| HSL | 69.08º | 0.89% | 0.26% | - |
| HSV(B) | 69.08º | 0.94% | 0.49% | - |
| XYZ | 13.68 | 18.13 | 2.98 | - |
| YUV | 107.05 | 71.54 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 7 | 0.14 | 0 | 0.94 | 0.51 | 69.08 | 0.89 | 0.26 |
| Hex | 6C | 7E | 7 | E | 0 | 5E | 33 | 45 | 59 | 1A |
| Octal | 154 | 176 | 7 | 16 | 0 | 136 | 63 | 105 | 131 | 32 |
| Binary | 1101100 | 1111110 | 111 | 1110 | 0 | 1011110 | 110011 | 1000101 | 1011001 | 11010 |
Color Harmonies of #6C7E07
Complementary color
Monochromatic Colors of #6C7E07
Black with #6C7E07
Text Example
Text Example
White with #6C7E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7E07; }
p { color: rgb(108,126,7); }
H1.HeaderClassName
{
color: #6C7E07;
}
.AnyTagClassName
{
color: #6C7E07;
}
</style>
background-color css
<style>
a { background-color: #6C7E07; }
a { background-color: rgb(108,126,7); }
div.DivClassName
{
background-color: #6C7E07;
}
.BgClassName
{
background-color: #6C7E07;
}
</style>
border-color css
<style>
span { border-color: #6C7E07; }
span { border-color: rgb(108,126,7); }
td.TdClassName
{
border-color: #6C7E07;
}
.TagClassName
{
border-color: #6C7E07;
}
</style>