Shades of Olive #6C7805
Tints of Olive #6C7805
RGB
CMYK
RGB Variations
Color information
#6C7805 (or 0x6C7805) is known color: Olive. HEX triplet: 6C, 78 and 05. RGB value is (108,120,5). Sum of RGB (Red+Green+Blue) = 108+120+5=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7805 is #9387FA. Grayscale: #676767. Windows color (decimal): -9668603 or 358508. OLE color: 358508.
HSL color Cylindrical-coordinate representation of color #6C7805: hue angle of 66.26º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C7805 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 5 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.53 |
| HSL | 66.26º | 0.92% | 0.25% | - |
| HSV(B) | 66.26º | 0.96% | 0.47% | - |
| XYZ | 12.93 | 16.63 | 2.67 | - |
| YUV | 103.3 | 72.52 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 5 | 0.10 | 0 | 0.96 | 0.53 | 66.26 | 0.92 | 0.25 |
| Hex | 6C | 78 | 5 | A | 0 | 60 | 35 | 42 | 5C | 19 |
| Octal | 154 | 170 | 5 | 12 | 0 | 140 | 65 | 102 | 134 | 31 |
| Binary | 1101100 | 1111000 | 101 | 1010 | 0 | 1100000 | 110101 | 1000010 | 1011100 | 11001 |
Color Harmonies of #6C7805
Complementary color
Monochromatic Colors of #6C7805
Black with #6C7805
Text Example
Text Example
White with #6C7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7805; }
p { color: rgb(108,120,5); }
H1.HeaderClassName
{
color: #6C7805;
}
.AnyTagClassName
{
color: #6C7805;
}
</style>
background-color css
<style>
a { background-color: #6C7805; }
a { background-color: rgb(108,120,5); }
div.DivClassName
{
background-color: #6C7805;
}
.BgClassName
{
background-color: #6C7805;
}
</style>
border-color css
<style>
span { border-color: #6C7805; }
span { border-color: rgb(108,120,5); }
td.TdClassName
{
border-color: #6C7805;
}
.TagClassName
{
border-color: #6C7805;
}
</style>