Shades of Olive #6F7605
Tints of Olive #6F7605
RGB
CMYK
RGB Variations
Color information
#6F7605 (or 0x6F7605) is known color: Olive. HEX triplet: 6F, 76 and 05. RGB value is (111,118,5). Sum of RGB (Red+Green+Blue) = 111+118+5=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7605 is #9089FA. Grayscale: #676767. Windows color (decimal): -9472507 or 357999. OLE color: 357999.
HSL color Cylindrical-coordinate representation of color #6F7605: hue angle of 63.72º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F7605 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 5 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.54 |
| HSL | 63.72º | 0.92% | 0.24% | - |
| HSV(B) | 63.72º | 0.96% | 0.46% | - |
| XYZ | 13.06 | 16.35 | 2.61 | - |
| YUV | 103.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 5 | 0.06 | 0 | 0.96 | 0.54 | 63.72 | 0.92 | 0.24 |
| Hex | 6F | 76 | 5 | 6 | 0 | 60 | 36 | 40 | 5C | 18 |
| Octal | 157 | 166 | 5 | 6 | 0 | 140 | 66 | 100 | 134 | 30 |
| Binary | 1101111 | 1110110 | 101 | 110 | 0 | 1100000 | 110110 | 1000000 | 1011100 | 11000 |
Color Harmonies of #6F7605
Complementary color
Monochromatic Colors of #6F7605
Black with #6F7605
Text Example
Text Example
White with #6F7605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7605; }
p { color: rgb(111,118,5); }
H1.HeaderClassName
{
color: #6F7605;
}
.AnyTagClassName
{
color: #6F7605;
}
</style>
background-color css
<style>
a { background-color: #6F7605; }
a { background-color: rgb(111,118,5); }
div.DivClassName
{
background-color: #6F7605;
}
.BgClassName
{
background-color: #6F7605;
}
</style>
border-color css
<style>
span { border-color: #6F7605; }
span { border-color: rgb(111,118,5); }
td.TdClassName
{
border-color: #6F7605;
}
.TagClassName
{
border-color: #6F7605;
}
</style>