Shades of Olive #78830C
Tints of Olive #78830C
RGB
CMYK
RGB Variations
Color information
#78830C (or 0x78830C) is known color: Olive. HEX triplet: 78, 83 and 0C. RGB value is (120,131,12). Sum of RGB (Red+Green+Blue) = 120+131+12=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #78830C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78830C is #877CF3. Grayscale: #727272. Windows color (decimal): -8879348 or 820088. OLE color: 820088.
HSL color Cylindrical-coordinate representation of color #78830C: hue angle of 65.55º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78830C is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 131 | 12 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.49 |
| HSL | 65.55º | 0.83% | 0.28% | - |
| HSV(B) | 65.55º | 0.91% | 0.51% | - |
| XYZ | 15.93 | 20.25 | 3.42 | - |
| YUV | 114.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 12 | 0.08 | 0 | 0.91 | 0.49 | 65.55 | 0.83 | 0.28 |
| Hex | 78 | 83 | C | 8 | 0 | 5B | 31 | 42 | 53 | 1C |
| Octal | 170 | 203 | 14 | 10 | 0 | 133 | 61 | 102 | 123 | 34 |
| Binary | 1111000 | 10000011 | 1100 | 1000 | 0 | 1011011 | 110001 | 1000010 | 1010011 | 11100 |
Color Harmonies of #78830C
Complementary color
Monochromatic Colors of #78830C
Black with #78830C
Text Example
Text Example
White with #78830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78830C; }
p { color: rgb(120,131,12); }
H1.HeaderClassName
{
color: #78830C;
}
.AnyTagClassName
{
color: #78830C;
}
</style>
background-color css
<style>
a { background-color: #78830C; }
a { background-color: rgb(120,131,12); }
div.DivClassName
{
background-color: #78830C;
}
.BgClassName
{
background-color: #78830C;
}
</style>
border-color css
<style>
span { border-color: #78830C; }
span { border-color: rgb(120,131,12); }
td.TdClassName
{
border-color: #78830C;
}
.TagClassName
{
border-color: #78830C;
}
</style>