Shades of Olive #6C7300
Tints of Olive #6C7300
RGB
CMYK
RGB Variations
Color information
#6C7300 (or 0x6C7300) is known color: Olive. HEX triplet: 6C, 73 and 00. RGB value is (108,115,0). Sum of RGB (Red+Green+Blue) = 108+115+0=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7300 is #938CFF. Grayscale: #646464. Windows color (decimal): -9669888 or 29548. OLE color: 29548.
HSL color Cylindrical-coordinate representation of color #6C7300: hue angle of 63.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C7300 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 115 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.55 |
| HSL | 63.65º | 1% | 0.23% | - |
| HSV(B) | 63.65º | 1% | 0.45% | - |
| XYZ | 12.32 | 15.45 | 2.33 | - |
| YUV | 99.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 0 | 0.06 | 0 | 1 | 0.55 | 63.65 | 1 | 0.23 |
| Hex | 6C | 73 | 0 | 6 | 0 | 64 | 37 | 40 | 64 | 17 |
| Octal | 154 | 163 | 0 | 6 | 0 | 144 | 67 | 100 | 144 | 27 |
| Binary | 1101100 | 1110011 | 0 | 110 | 0 | 1100100 | 110111 | 1000000 | 1100100 | 10111 |
Color Harmonies of #6C7300
Complementary color
Monochromatic Colors of #6C7300
Black with #6C7300
Text Example
Text Example
White with #6C7300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7300; }
p { color: rgb(108,115,0); }
H1.HeaderClassName
{
color: #6C7300;
}
.AnyTagClassName
{
color: #6C7300;
}
</style>
background-color css
<style>
a { background-color: #6C7300; }
a { background-color: rgb(108,115,0); }
div.DivClassName
{
background-color: #6C7300;
}
.BgClassName
{
background-color: #6C7300;
}
</style>
border-color css
<style>
span { border-color: #6C7300; }
span { border-color: rgb(108,115,0); }
td.TdClassName
{
border-color: #6C7300;
}
.TagClassName
{
border-color: #6C7300;
}
</style>