Shades of Olive #6C6F04
Tints of Olive #6C6F04
RGB
CMYK
RGB Variations
Color information
#6C6F04 (or 0x6C6F04) is known color: Olive. HEX triplet: 6C, 6F and 04. RGB value is (108,111,4). Sum of RGB (Red+Green+Blue) = 108+111+4=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6F04 is #9390FB. Grayscale: #626262. Windows color (decimal): -9670908 or 290668. OLE color: 290668.
HSL color Cylindrical-coordinate representation of color #6C6F04: hue angle of 61.68º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C6F04 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 111 | 4 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.56 |
| HSL | 61.68º | 0.93% | 0.23% | - |
| HSV(B) | 61.68º | 0.96% | 0.44% | - |
| XYZ | 11.89 | 14.57 | 2.3 | - |
| YUV | 97.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 4 | 0.03 | 0 | 0.96 | 0.56 | 61.68 | 0.93 | 0.23 |
| Hex | 6C | 6F | 4 | 3 | 0 | 60 | 38 | 3E | 5D | 17 |
| Octal | 154 | 157 | 4 | 3 | 0 | 140 | 70 | 76 | 135 | 27 |
| Binary | 1101100 | 1101111 | 100 | 11 | 0 | 1100000 | 111000 | 111110 | 1011101 | 10111 |
Color Harmonies of #6C6F04
Complementary color
Monochromatic Colors of #6C6F04
Black with #6C6F04
Text Example
Text Example
White with #6C6F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6F04; }
p { color: rgb(108,111,4); }
H1.HeaderClassName
{
color: #6C6F04;
}
.AnyTagClassName
{
color: #6C6F04;
}
</style>
background-color css
<style>
a { background-color: #6C6F04; }
a { background-color: rgb(108,111,4); }
div.DivClassName
{
background-color: #6C6F04;
}
.BgClassName
{
background-color: #6C6F04;
}
</style>
border-color css
<style>
span { border-color: #6C6F04; }
span { border-color: rgb(108,111,4); }
td.TdClassName
{
border-color: #6C6F04;
}
.TagClassName
{
border-color: #6C6F04;
}
</style>