Shades of Olive #76830D
Tints of Olive #76830D
RGB
CMYK
RGB Variations
Color information
#76830D (or 0x76830D) is known color: Olive. HEX triplet: 76, 83 and 0D. RGB value is (118,131,13). Sum of RGB (Red+Green+Blue) = 118+131+13=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #76830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76830D is #897CF2. Grayscale: #727272. Windows color (decimal): -9010419 or 885622. OLE color: 885622.
HSL color Cylindrical-coordinate representation of color #76830D: hue angle of 66.61º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76830D is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 131 | 13 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.49 |
| HSL | 66.61º | 0.82% | 0.28% | - |
| HSV(B) | 66.61º | 0.9% | 0.51% | - |
| XYZ | 15.66 | 20.11 | 3.44 | - |
| YUV | 113.66 | 71.19 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 13 | 0.10 | 0 | 0.90 | 0.49 | 66.61 | 0.82 | 0.28 |
| Hex | 76 | 83 | D | A | 0 | 5A | 31 | 43 | 52 | 1C |
| Octal | 166 | 203 | 15 | 12 | 0 | 132 | 61 | 103 | 122 | 34 |
| Binary | 1110110 | 10000011 | 1101 | 1010 | 0 | 1011010 | 110001 | 1000011 | 1010010 | 11100 |
Color Harmonies of #76830D
Complementary color
Monochromatic Colors of #76830D
Black with #76830D
Text Example
Text Example
White with #76830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76830D; }
p { color: rgb(118,131,13); }
H1.HeaderClassName
{
color: #76830D;
}
.AnyTagClassName
{
color: #76830D;
}
</style>
background-color css
<style>
a { background-color: #76830D; }
a { background-color: rgb(118,131,13); }
div.DivClassName
{
background-color: #76830D;
}
.BgClassName
{
background-color: #76830D;
}
</style>
border-color css
<style>
span { border-color: #76830D; }
span { border-color: rgb(118,131,13); }
td.TdClassName
{
border-color: #76830D;
}
.TagClassName
{
border-color: #76830D;
}
</style>