Shades of Olive #6F780C
Tints of Olive #6F780C
RGB
CMYK
RGB Variations
Color information
#6F780C (or 0x6F780C) is known color: Olive. HEX triplet: 6F, 78 and 0C. RGB value is (111,120,12). Sum of RGB (Red+Green+Blue) = 111+120+12=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #6F780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F780C is #9087F3. Grayscale: #696969. Windows color (decimal): -9471988 or 817263. OLE color: 817263.
HSL color Cylindrical-coordinate representation of color #6F780C: hue angle of 65º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F780C is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 12 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.53 |
| HSL | 65º | 0.82% | 0.26% | - |
| HSV(B) | 65º | 0.9% | 0.47% | - |
| XYZ | 13.34 | 16.84 | 2.9 | - |
| YUV | 105 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 12 | 0.08 | 0 | 0.90 | 0.53 | 65 | 0.82 | 0.26 |
| Hex | 6F | 78 | C | 8 | 0 | 5A | 35 | 41 | 52 | 1A |
| Octal | 157 | 170 | 14 | 10 | 0 | 132 | 65 | 101 | 122 | 32 |
| Binary | 1101111 | 1111000 | 1100 | 1000 | 0 | 1011010 | 110101 | 1000001 | 1010010 | 11010 |
Color Harmonies of #6F780C
Complementary color
Monochromatic Colors of #6F780C
Black with #6F780C
Text Example
Text Example
White with #6F780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F780C; }
p { color: rgb(111,120,12); }
H1.HeaderClassName
{
color: #6F780C;
}
.AnyTagClassName
{
color: #6F780C;
}
</style>
background-color css
<style>
a { background-color: #6F780C; }
a { background-color: rgb(111,120,12); }
div.DivClassName
{
background-color: #6F780C;
}
.BgClassName
{
background-color: #6F780C;
}
</style>
border-color css
<style>
span { border-color: #6F780C; }
span { border-color: rgb(111,120,12); }
td.TdClassName
{
border-color: #6F780C;
}
.TagClassName
{
border-color: #6F780C;
}
</style>