Shades of Olive #758A0C
Tints of Olive #758A0C
RGB
CMYK
RGB Variations
Color information
#758A0C (or 0x758A0C) is known color: Olive. HEX triplet: 75, 8A and 0C. RGB value is (117,138,12). Sum of RGB (Red+Green+Blue) = 117+138+12=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #758A0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A0C is #8A75F3. Grayscale: #757575. Windows color (decimal): -9074164 or 821877. OLE color: 821877.
HSL color Cylindrical-coordinate representation of color #758A0C: hue angle of 70º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #758A0C is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 12 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.46 |
| HSL | 70º | 0.84% | 0.29% | - |
| HSV(B) | 70º | 0.91% | 0.54% | - |
| XYZ | 16.49 | 21.99 | 3.72 | - |
| YUV | 117.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 12 | 0.15 | 0 | 0.91 | 0.46 | 70 | 0.84 | 0.29 |
| Hex | 75 | 8A | C | F | 0 | 5B | 2E | 46 | 54 | 1D |
| Octal | 165 | 212 | 14 | 17 | 0 | 133 | 56 | 106 | 124 | 35 |
| Binary | 1110101 | 10001010 | 1100 | 1111 | 0 | 1011011 | 101110 | 1000110 | 1010100 | 11101 |
Color Harmonies of #758A0C
Complementary color
Monochromatic Colors of #758A0C
Black with #758A0C
Text Example
Text Example
White with #758A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A0C; }
p { color: rgb(117,138,12); }
H1.HeaderClassName
{
color: #758A0C;
}
.AnyTagClassName
{
color: #758A0C;
}
</style>
background-color css
<style>
a { background-color: #758A0C; }
a { background-color: rgb(117,138,12); }
div.DivClassName
{
background-color: #758A0C;
}
.BgClassName
{
background-color: #758A0C;
}
</style>
border-color css
<style>
span { border-color: #758A0C; }
span { border-color: rgb(117,138,12); }
td.TdClassName
{
border-color: #758A0C;
}
.TagClassName
{
border-color: #758A0C;
}
</style>