Shades of Olive #6C8A04
Tints of Olive #6C8A04
RGB
CMYK
RGB Variations
Color information
#6C8A04 (or 0x6C8A04) is known color: Olive. HEX triplet: 6C, 8A and 04. RGB value is (108,138,4). Sum of RGB (Red+Green+Blue) = 108+138+4=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8A04 is #9375FB. Grayscale: #727272. Windows color (decimal): -9663996 or 297580. OLE color: 297580.
HSL color Cylindrical-coordinate representation of color #6C8A04: hue angle of 73.43º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C8A04 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 138 | 4 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.46 |
| HSL | 73.43º | 0.94% | 0.28% | - |
| HSV(B) | 73.43º | 0.97% | 0.54% | - |
| XYZ | 15.29 | 21.37 | 3.43 | - |
| YUV | 113.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 4 | 0.22 | 0 | 0.97 | 0.46 | 73.43 | 0.94 | 0.28 |
| Hex | 6C | 8A | 4 | 16 | 0 | 61 | 2E | 49 | 5E | 1C |
| Octal | 154 | 212 | 4 | 26 | 0 | 141 | 56 | 111 | 136 | 34 |
| Binary | 1101100 | 10001010 | 100 | 10110 | 0 | 1100001 | 101110 | 1001001 | 1011110 | 11100 |
Color Harmonies of #6C8A04
Complementary color
Monochromatic Colors of #6C8A04
Black with #6C8A04
Text Example
Text Example
White with #6C8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A04; }
p { color: rgb(108,138,4); }
H1.HeaderClassName
{
color: #6C8A04;
}
.AnyTagClassName
{
color: #6C8A04;
}
</style>
background-color css
<style>
a { background-color: #6C8A04; }
a { background-color: rgb(108,138,4); }
div.DivClassName
{
background-color: #6C8A04;
}
.BgClassName
{
background-color: #6C8A04;
}
</style>
border-color css
<style>
span { border-color: #6C8A04; }
span { border-color: rgb(108,138,4); }
td.TdClassName
{
border-color: #6C8A04;
}
.TagClassName
{
border-color: #6C8A04;
}
</style>