Shades of Olive #6F6D05
Tints of Olive #6F6D05
RGB
CMYK
RGB Variations
Color information
#6F6D05 (or 0x6F6D05) is known color: Olive. HEX triplet: 6F, 6D and 05. RGB value is (111,109,5). Sum of RGB (Red+Green+Blue) = 111+109+5=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6D05 is #9092FA. Grayscale: #626262. Windows color (decimal): -9474811 or 355695. OLE color: 355695.
HSL color Cylindrical-coordinate representation of color #6F6D05: hue angle of 58.87º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F6D05 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 5 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.56 |
| HSL | 58.87º | 0.91% | 0.23% | - |
| HSV(B) | 58.87º | 0.95% | 0.44% | - |
| XYZ | 12.05 | 14.33 | 2.27 | - |
| YUV | 97.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 5 | 0 | 0.02 | 0.95 | 0.56 | 58.87 | 0.91 | 0.23 |
| Hex | 6F | 6D | 5 | 0 | 2 | 5F | 38 | 3B | 5B | 17 |
| Octal | 157 | 155 | 5 | 0 | 2 | 137 | 70 | 73 | 133 | 27 |
| Binary | 1101111 | 1101101 | 101 | 0 | 10 | 1011111 | 111000 | 111011 | 1011011 | 10111 |
Color Harmonies of #6F6D05
Complementary color
Monochromatic Colors of #6F6D05
Black with #6F6D05
Text Example
Text Example
White with #6F6D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D05; }
p { color: rgb(111,109,5); }
H1.HeaderClassName
{
color: #6F6D05;
}
.AnyTagClassName
{
color: #6F6D05;
}
</style>
background-color css
<style>
a { background-color: #6F6D05; }
a { background-color: rgb(111,109,5); }
div.DivClassName
{
background-color: #6F6D05;
}
.BgClassName
{
background-color: #6F6D05;
}
</style>
border-color css
<style>
span { border-color: #6F6D05; }
span { border-color: rgb(111,109,5); }
td.TdClassName
{
border-color: #6F6D05;
}
.TagClassName
{
border-color: #6F6D05;
}
</style>