Shades of Olive #758102
Tints of Olive #758102
RGB
CMYK
RGB Variations
Color information
#758102 (or 0x758102) is known color: Olive. HEX triplet: 75, 81 and 02. RGB value is (117,129,2). Sum of RGB (Red+Green+Blue) = 117+129+2=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #758102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758102 is #8A7EFD. Grayscale: #6F6F6F. Windows color (decimal): -9076478 or 164213. OLE color: 164213.
HSL color Cylindrical-coordinate representation of color #758102: hue angle of 65.67º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #758102 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 2 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.49 |
| HSL | 65.67º | 0.97% | 0.26% | - |
| HSV(B) | 65.67º | 0.98% | 0.51% | - |
| XYZ | 15.2 | 19.49 | 3.02 | - |
| YUV | 110.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 2 | 0.09 | 0 | 0.98 | 0.49 | 65.67 | 0.97 | 0.26 |
| Hex | 75 | 81 | 2 | 9 | 0 | 62 | 31 | 42 | 61 | 1A |
| Octal | 165 | 201 | 2 | 11 | 0 | 142 | 61 | 102 | 141 | 32 |
| Binary | 1110101 | 10000001 | 10 | 1001 | 0 | 1100010 | 110001 | 1000010 | 1100001 | 11010 |
Color Harmonies of #758102
Complementary color
Monochromatic Colors of #758102
Black with #758102
Text Example
Text Example
White with #758102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758102; }
p { color: rgb(117,129,2); }
H1.HeaderClassName
{
color: #758102;
}
.AnyTagClassName
{
color: #758102;
}
</style>
background-color css
<style>
a { background-color: #758102; }
a { background-color: rgb(117,129,2); }
div.DivClassName
{
background-color: #758102;
}
.BgClassName
{
background-color: #758102;
}
</style>
border-color css
<style>
span { border-color: #758102; }
span { border-color: rgb(117,129,2); }
td.TdClassName
{
border-color: #758102;
}
.TagClassName
{
border-color: #758102;
}
</style>