Shades of Olive #757C03
Tints of Olive #757C03
RGB
CMYK
RGB Variations
Color information
#757C03 (or 0x757C03) is known color: Olive. HEX triplet: 75, 7C and 03. RGB value is (117,124,3). Sum of RGB (Red+Green+Blue) = 117+124+3=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #757C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757C03 is #8A83FC. Grayscale: #6C6C6C. Windows color (decimal): -9077757 or 228469. OLE color: 228469.
HSL color Cylindrical-coordinate representation of color #757C03: hue angle of 63.47º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #757C03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 3 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.51 |
| HSL | 63.47º | 0.95% | 0.25% | - |
| HSV(B) | 63.47º | 0.98% | 0.49% | - |
| XYZ | 14.56 | 18.2 | 2.83 | - |
| YUV | 108.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 3 | 0.06 | 0 | 0.98 | 0.51 | 63.47 | 0.95 | 0.25 |
| Hex | 75 | 7C | 3 | 6 | 0 | 62 | 33 | 3F | 5F | 19 |
| Octal | 165 | 174 | 3 | 6 | 0 | 142 | 63 | 77 | 137 | 31 |
| Binary | 1110101 | 1111100 | 11 | 110 | 0 | 1100010 | 110011 | 111111 | 1011111 | 11001 |
Color Harmonies of #757C03
Complementary color
Monochromatic Colors of #757C03
Black with #757C03
Text Example
Text Example
White with #757C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C03; }
p { color: rgb(117,124,3); }
H1.HeaderClassName
{
color: #757C03;
}
.AnyTagClassName
{
color: #757C03;
}
</style>
background-color css
<style>
a { background-color: #757C03; }
a { background-color: rgb(117,124,3); }
div.DivClassName
{
background-color: #757C03;
}
.BgClassName
{
background-color: #757C03;
}
</style>
border-color css
<style>
span { border-color: #757C03; }
span { border-color: rgb(117,124,3); }
td.TdClassName
{
border-color: #757C03;
}
.TagClassName
{
border-color: #757C03;
}
</style>