Shades of Olive #6D7305
Tints of Olive #6D7305
RGB
CMYK
RGB Variations
Color information
#6D7305 (or 0x6D7305) is known color: Olive. HEX triplet: 6D, 73 and 05. RGB value is (109,115,5). Sum of RGB (Red+Green+Blue) = 109+115+5=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7305 is #928CFA. Grayscale: #656565. Windows color (decimal): -9604347 or 357229. OLE color: 357229.
HSL color Cylindrical-coordinate representation of color #6D7305: hue angle of 63.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D7305 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 5 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.55 |
| HSL | 63.27º | 0.92% | 0.24% | - |
| HSV(B) | 63.27º | 0.96% | 0.45% | - |
| XYZ | 12.46 | 15.52 | 2.48 | - |
| YUV | 100.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 5 | 0.05 | 0 | 0.96 | 0.55 | 63.27 | 0.92 | 0.24 |
| Hex | 6D | 73 | 5 | 5 | 0 | 60 | 37 | 3F | 5C | 18 |
| Octal | 155 | 163 | 5 | 5 | 0 | 140 | 67 | 77 | 134 | 30 |
| Binary | 1101101 | 1110011 | 101 | 101 | 0 | 1100000 | 110111 | 111111 | 1011100 | 11000 |
Color Harmonies of #6D7305
Complementary color
Monochromatic Colors of #6D7305
Black with #6D7305
Text Example
Text Example
White with #6D7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7305; }
p { color: rgb(109,115,5); }
H1.HeaderClassName
{
color: #6D7305;
}
.AnyTagClassName
{
color: #6D7305;
}
</style>
background-color css
<style>
a { background-color: #6D7305; }
a { background-color: rgb(109,115,5); }
div.DivClassName
{
background-color: #6D7305;
}
.BgClassName
{
background-color: #6D7305;
}
</style>
border-color css
<style>
span { border-color: #6D7305; }
span { border-color: rgb(109,115,5); }
td.TdClassName
{
border-color: #6D7305;
}
.TagClassName
{
border-color: #6D7305;
}
</style>