Shades of Olive #6F700C
Tints of Olive #6F700C
RGB
CMYK
RGB Variations
Color information
#6F700C (or 0x6F700C) is known color: Olive. HEX triplet: 6F, 70 and 0C. RGB value is (111,112,12). Sum of RGB (Red+Green+Blue) = 111+112+12=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #6F700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F700C is #908FF3. Grayscale: #646464. Windows color (decimal): -9474036 or 815215. OLE color: 815215.
HSL color Cylindrical-coordinate representation of color #6F700C: hue angle of 60.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F700C is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 12 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.56 |
| HSL | 60.6º | 0.81% | 0.24% | - |
| HSV(B) | 60.6º | 0.89% | 0.44% | - |
| XYZ | 12.42 | 14.99 | 2.59 | - |
| YUV | 100.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 12 | 0.01 | 0 | 0.89 | 0.56 | 60.6 | 0.81 | 0.24 |
| Hex | 6F | 70 | C | 1 | 0 | 59 | 38 | 3D | 51 | 18 |
| Octal | 157 | 160 | 14 | 1 | 0 | 131 | 70 | 75 | 121 | 30 |
| Binary | 1101111 | 1110000 | 1100 | 1 | 0 | 1011001 | 111000 | 111101 | 1010001 | 11000 |
Color Harmonies of #6F700C
Complementary color
Monochromatic Colors of #6F700C
Black with #6F700C
Text Example
Text Example
White with #6F700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F700C; }
p { color: rgb(111,112,12); }
H1.HeaderClassName
{
color: #6F700C;
}
.AnyTagClassName
{
color: #6F700C;
}
</style>
background-color css
<style>
a { background-color: #6F700C; }
a { background-color: rgb(111,112,12); }
div.DivClassName
{
background-color: #6F700C;
}
.BgClassName
{
background-color: #6F700C;
}
</style>
border-color css
<style>
span { border-color: #6F700C; }
span { border-color: rgb(111,112,12); }
td.TdClassName
{
border-color: #6F700C;
}
.TagClassName
{
border-color: #6F700C;
}
</style>