Shades of Olive #75820B
Tints of Olive #75820B
RGB
CMYK
RGB Variations
Color information
#75820B (or 0x75820B) is known color: Olive. HEX triplet: 75, 82 and 0B. RGB value is (117,130,11). Sum of RGB (Red+Green+Blue) = 117+130+11=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #75820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75820B is #8A7DF4. Grayscale: #717171. Windows color (decimal): -9076213 or 754293. OLE color: 754293.
HSL color Cylindrical-coordinate representation of color #75820B: hue angle of 66.55º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75820B is Cyan = 0.1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 11 | - |
| CMYK | 0.1 | 0 | 0.92 | 0.49 |
| HSL | 66.55º | 0.84% | 0.28% | - |
| HSV(B) | 66.55º | 0.92% | 0.51% | - |
| XYZ | 15.38 | 19.77 | 3.32 | - |
| YUV | 112.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 11 | 0.1 | 0 | 0.92 | 0.49 | 66.55 | 0.84 | 0.28 |
| Hex | 75 | 82 | B | A | 0 | 5C | 31 | 43 | 54 | 1C |
| Octal | 165 | 202 | 13 | 12 | 0 | 134 | 61 | 103 | 124 | 34 |
| Binary | 1110101 | 10000010 | 1011 | 1010 | 0 | 1011100 | 110001 | 1000011 | 1010100 | 11100 |
Color Harmonies of #75820B
Complementary color
Monochromatic Colors of #75820B
Black with #75820B
Text Example
Text Example
White with #75820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75820B; }
p { color: rgb(117,130,11); }
H1.HeaderClassName
{
color: #75820B;
}
.AnyTagClassName
{
color: #75820B;
}
</style>
background-color css
<style>
a { background-color: #75820B; }
a { background-color: rgb(117,130,11); }
div.DivClassName
{
background-color: #75820B;
}
.BgClassName
{
background-color: #75820B;
}
</style>
border-color css
<style>
span { border-color: #75820B; }
span { border-color: rgb(117,130,11); }
td.TdClassName
{
border-color: #75820B;
}
.TagClassName
{
border-color: #75820B;
}
</style>