Shades of Olive #6C7C05
Tints of Olive #6C7C05
RGB
CMYK
RGB Variations
Color information
#6C7C05 (or 0x6C7C05) is known color: Olive. HEX triplet: 6C, 7C and 05. RGB value is (108,124,5). Sum of RGB (Red+Green+Blue) = 108+124+5=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7C05 is #9383FA. Grayscale: #6A6A6A. Windows color (decimal): -9667579 or 359532. OLE color: 359532.
HSL color Cylindrical-coordinate representation of color #6C7C05: hue angle of 68.07º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C7C05 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 124 | 5 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.51 |
| HSL | 68.07º | 0.92% | 0.25% | - |
| HSV(B) | 68.07º | 0.96% | 0.49% | - |
| XYZ | 13.42 | 17.61 | 2.84 | - |
| YUV | 105.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 5 | 0.13 | 0 | 0.96 | 0.51 | 68.07 | 0.92 | 0.25 |
| Hex | 6C | 7C | 5 | D | 0 | 60 | 33 | 44 | 5C | 19 |
| Octal | 154 | 174 | 5 | 15 | 0 | 140 | 63 | 104 | 134 | 31 |
| Binary | 1101100 | 1111100 | 101 | 1101 | 0 | 1100000 | 110011 | 1000100 | 1011100 | 11001 |
Color Harmonies of #6C7C05
Complementary color
Monochromatic Colors of #6C7C05
Black with #6C7C05
Text Example
Text Example
White with #6C7C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7C05; }
p { color: rgb(108,124,5); }
H1.HeaderClassName
{
color: #6C7C05;
}
.AnyTagClassName
{
color: #6C7C05;
}
</style>
background-color css
<style>
a { background-color: #6C7C05; }
a { background-color: rgb(108,124,5); }
div.DivClassName
{
background-color: #6C7C05;
}
.BgClassName
{
background-color: #6C7C05;
}
</style>
border-color css
<style>
span { border-color: #6C7C05; }
span { border-color: rgb(108,124,5); }
td.TdClassName
{
border-color: #6C7C05;
}
.TagClassName
{
border-color: #6C7C05;
}
</style>