Shades of Olive #76780C
Tints of Olive #76780C
RGB
CMYK
RGB Variations
Color information
#76780C (or 0x76780C) is known color: Olive. HEX triplet: 76, 78 and 0C. RGB value is (118,120,12). Sum of RGB (Red+Green+Blue) = 118+120+12=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #76780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76780C is #8987F3. Grayscale: #6B6B6B. Windows color (decimal): -9013236 or 817270. OLE color: 817270.
HSL color Cylindrical-coordinate representation of color #76780C: hue angle of 61.11º 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 #76780C is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 12 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.53 |
| HSL | 61.11º | 0.82% | 0.26% | - |
| HSV(B) | 61.11º | 0.9% | 0.47% | - |
| XYZ | 14.25 | 17.31 | 2.94 | - |
| YUV | 107.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 12 | 0.02 | 0 | 0.90 | 0.53 | 61.11 | 0.82 | 0.26 |
| Hex | 76 | 78 | C | 2 | 0 | 5A | 35 | 3D | 52 | 1A |
| Octal | 166 | 170 | 14 | 2 | 0 | 132 | 65 | 75 | 122 | 32 |
| Binary | 1110110 | 1111000 | 1100 | 10 | 0 | 1011010 | 110101 | 111101 | 1010010 | 11010 |
Color Harmonies of #76780C
Complementary color
Monochromatic Colors of #76780C
Black with #76780C
Text Example
Text Example
White with #76780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76780C; }
p { color: rgb(118,120,12); }
H1.HeaderClassName
{
color: #76780C;
}
.AnyTagClassName
{
color: #76780C;
}
</style>
background-color css
<style>
a { background-color: #76780C; }
a { background-color: rgb(118,120,12); }
div.DivClassName
{
background-color: #76780C;
}
.BgClassName
{
background-color: #76780C;
}
</style>
border-color css
<style>
span { border-color: #76780C; }
span { border-color: rgb(118,120,12); }
td.TdClassName
{
border-color: #76780C;
}
.TagClassName
{
border-color: #76780C;
}
</style>