Shades of Olive #758A0D
Tints of Olive #758A0D
RGB
CMYK
RGB Variations
Color information
#758A0D (or 0x758A0D) is known color: Olive. HEX triplet: 75, 8A and 0D. RGB value is (117,138,13). Sum of RGB (Red+Green+Blue) = 117+138+13=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #758A0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A0D is #8A75F2. Grayscale: #757575. Windows color (decimal): -9074163 or 887413. OLE color: 887413.
HSL color Cylindrical-coordinate representation of color #758A0D: hue angle of 70.08º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #758A0D is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 13 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.46 |
| HSL | 70.08º | 0.83% | 0.3% | - |
| HSV(B) | 70.08º | 0.91% | 0.54% | - |
| XYZ | 16.5 | 21.99 | 3.76 | - |
| YUV | 117.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 13 | 0.15 | 0 | 0.91 | 0.46 | 70.08 | 0.83 | 0.3 |
| Hex | 75 | 8A | D | F | 0 | 5B | 2E | 46 | 53 | 1E |
| Octal | 165 | 212 | 15 | 17 | 0 | 133 | 56 | 106 | 123 | 36 |
| Binary | 1110101 | 10001010 | 1101 | 1111 | 0 | 1011011 | 101110 | 1000110 | 1010011 | 11110 |
Color Harmonies of #758A0D
Complementary color
Monochromatic Colors of #758A0D
Black with #758A0D
Text Example
Text Example
White with #758A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A0D; }
p { color: rgb(117,138,13); }
H1.HeaderClassName
{
color: #758A0D;
}
.AnyTagClassName
{
color: #758A0D;
}
</style>
background-color css
<style>
a { background-color: #758A0D; }
a { background-color: rgb(117,138,13); }
div.DivClassName
{
background-color: #758A0D;
}
.BgClassName
{
background-color: #758A0D;
}
</style>
border-color css
<style>
span { border-color: #758A0D; }
span { border-color: rgb(117,138,13); }
td.TdClassName
{
border-color: #758A0D;
}
.TagClassName
{
border-color: #758A0D;
}
</style>