Shades of Olive #76850B
Tints of Olive #76850B
RGB
CMYK
RGB Variations
Color information
#76850B (or 0x76850B) is known color: Olive. HEX triplet: 76, 85 and 0B. RGB value is (118,133,11). Sum of RGB (Red+Green+Blue) = 118+133+11=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #76850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76850B is #897AF4. Grayscale: #737373. Windows color (decimal): -9009909 or 755062. OLE color: 755062.
HSL color Cylindrical-coordinate representation of color #76850B: hue angle of 67.38º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76850B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 11 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.48 |
| HSL | 67.38º | 0.85% | 0.28% | - |
| HSV(B) | 67.38º | 0.92% | 0.52% | - |
| XYZ | 15.92 | 20.65 | 3.46 | - |
| YUV | 114.61 | 69.53 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 11 | 0.11 | 0 | 0.92 | 0.48 | 67.38 | 0.85 | 0.28 |
| Hex | 76 | 85 | B | B | 0 | 5C | 30 | 43 | 55 | 1C |
| Octal | 166 | 205 | 13 | 13 | 0 | 134 | 60 | 103 | 125 | 34 |
| Binary | 1110110 | 10000101 | 1011 | 1011 | 0 | 1011100 | 110000 | 1000011 | 1010101 | 11100 |
Color Harmonies of #76850B
Complementary color
Monochromatic Colors of #76850B
Black with #76850B
Text Example
Text Example
White with #76850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76850B; }
p { color: rgb(118,133,11); }
H1.HeaderClassName
{
color: #76850B;
}
.AnyTagClassName
{
color: #76850B;
}
</style>
background-color css
<style>
a { background-color: #76850B; }
a { background-color: rgb(118,133,11); }
div.DivClassName
{
background-color: #76850B;
}
.BgClassName
{
background-color: #76850B;
}
</style>
border-color css
<style>
span { border-color: #76850B; }
span { border-color: rgb(118,133,11); }
td.TdClassName
{
border-color: #76850B;
}
.TagClassName
{
border-color: #76850B;
}
</style>