Shades of Olive #6C7500
Tints of Olive #6C7500
RGB
CMYK
RGB Variations
Color information
#6C7500 (or 0x6C7500) is known color: Olive. HEX triplet: 6C, 75 and 00. RGB value is (108,117,0). Sum of RGB (Red+Green+Blue) = 108+117+0=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7500 is #938AFF. Grayscale: #656565. Windows color (decimal): -9669376 or 30060. OLE color: 30060.
HSL color Cylindrical-coordinate representation of color #6C7500: hue angle of 64.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C7500 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.54 |
| HSL | 64.62º | 1% | 0.23% | - |
| HSV(B) | 64.62º | 1% | 0.46% | - |
| XYZ | 12.55 | 15.91 | 2.41 | - |
| YUV | 100.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 0 | 0.08 | 0 | 1 | 0.54 | 64.62 | 1 | 0.23 |
| Hex | 6C | 75 | 0 | 8 | 0 | 64 | 36 | 41 | 64 | 17 |
| Octal | 154 | 165 | 0 | 10 | 0 | 144 | 66 | 101 | 144 | 27 |
| Binary | 1101100 | 1110101 | 0 | 1000 | 0 | 1100100 | 110110 | 1000001 | 1100100 | 10111 |
Color Harmonies of #6C7500
Complementary color
Monochromatic Colors of #6C7500
Black with #6C7500
Text Example
Text Example
White with #6C7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7500; }
p { color: rgb(108,117,0); }
H1.HeaderClassName
{
color: #6C7500;
}
.AnyTagClassName
{
color: #6C7500;
}
</style>
background-color css
<style>
a { background-color: #6C7500; }
a { background-color: rgb(108,117,0); }
div.DivClassName
{
background-color: #6C7500;
}
.BgClassName
{
background-color: #6C7500;
}
</style>
border-color css
<style>
span { border-color: #6C7500; }
span { border-color: rgb(108,117,0); }
td.TdClassName
{
border-color: #6C7500;
}
.TagClassName
{
border-color: #6C7500;
}
</style>