Shades of Olive #75820F
Tints of Olive #75820F
RGB
CMYK
RGB Variations
Color information
#75820F (or 0x75820F) is known color: Olive. HEX triplet: 75, 82 and 0F. RGB value is (117,130,15). Sum of RGB (Red+Green+Blue) = 117+130+15=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #75820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75820F is #8A7DF0. Grayscale: #717171. Windows color (decimal): -9076209 or 1016437. OLE color: 1016437.
HSL color Cylindrical-coordinate representation of color #75820F: hue angle of 66.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75820F is Cyan = 0.1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 15 | - |
| CMYK | 0.1 | 0 | 0.88 | 0.49 |
| HSL | 66.78º | 0.79% | 0.28% | - |
| HSV(B) | 66.78º | 0.88% | 0.51% | - |
| XYZ | 15.4 | 19.78 | 3.46 | - |
| YUV | 113 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 15 | 0.1 | 0 | 0.88 | 0.49 | 66.78 | 0.79 | 0.28 |
| Hex | 75 | 82 | F | A | 0 | 58 | 31 | 43 | 4F | 1C |
| Octal | 165 | 202 | 17 | 12 | 0 | 130 | 61 | 103 | 117 | 34 |
| Binary | 1110101 | 10000010 | 1111 | 1010 | 0 | 1011000 | 110001 | 1000011 | 1001111 | 11100 |
Color Harmonies of #75820F
Complementary color
Monochromatic Colors of #75820F
Black with #75820F
Text Example
Text Example
White with #75820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75820F; }
p { color: rgb(117,130,15); }
H1.HeaderClassName
{
color: #75820F;
}
.AnyTagClassName
{
color: #75820F;
}
</style>
background-color css
<style>
a { background-color: #75820F; }
a { background-color: rgb(117,130,15); }
div.DivClassName
{
background-color: #75820F;
}
.BgClassName
{
background-color: #75820F;
}
</style>
border-color css
<style>
span { border-color: #75820F; }
span { border-color: rgb(117,130,15); }
td.TdClassName
{
border-color: #75820F;
}
.TagClassName
{
border-color: #75820F;
}
</style>