Shades of Olive #6F760C
Tints of Olive #6F760C
RGB
CMYK
RGB Variations
Color information
#6F760C (or 0x6F760C) is known color: Olive. HEX triplet: 6F, 76 and 0C. RGB value is (111,118,12). Sum of RGB (Red+Green+Blue) = 111+118+12=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #6F760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F760C is #9089F3. Grayscale: #686868. Windows color (decimal): -9472500 or 816751. OLE color: 816751.
HSL color Cylindrical-coordinate representation of color #6F760C: hue angle of 63.96º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F760C is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 12 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.54 |
| HSL | 63.96º | 0.82% | 0.25% | - |
| HSV(B) | 63.96º | 0.9% | 0.46% | - |
| XYZ | 13.1 | 16.36 | 2.82 | - |
| YUV | 103.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 12 | 0.06 | 0 | 0.90 | 0.54 | 63.96 | 0.82 | 0.25 |
| Hex | 6F | 76 | C | 6 | 0 | 5A | 36 | 40 | 52 | 19 |
| Octal | 157 | 166 | 14 | 6 | 0 | 132 | 66 | 100 | 122 | 31 |
| Binary | 1101111 | 1110110 | 1100 | 110 | 0 | 1011010 | 110110 | 1000000 | 1010010 | 11001 |
Color Harmonies of #6F760C
Complementary color
Monochromatic Colors of #6F760C
Black with #6F760C
Text Example
Text Example
White with #6F760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F760C; }
p { color: rgb(111,118,12); }
H1.HeaderClassName
{
color: #6F760C;
}
.AnyTagClassName
{
color: #6F760C;
}
</style>
background-color css
<style>
a { background-color: #6F760C; }
a { background-color: rgb(111,118,12); }
div.DivClassName
{
background-color: #6F760C;
}
.BgClassName
{
background-color: #6F760C;
}
</style>
border-color css
<style>
span { border-color: #6F760C; }
span { border-color: rgb(111,118,12); }
td.TdClassName
{
border-color: #6F760C;
}
.TagClassName
{
border-color: #6F760C;
}
</style>