Shades of Olive #756F02
Tints of Olive #756F02
RGB
CMYK
RGB Variations
Color information
#756F02 (or 0x756F02) is known color: Olive. HEX triplet: 75, 6F and 02. RGB value is (117,111,2). Sum of RGB (Red+Green+Blue) = 117+111+2=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #756F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F02 is #8A90FD. Grayscale: #646464. Windows color (decimal): -9081086 or 159605. OLE color: 159605.
HSL color Cylindrical-coordinate representation of color #756F02: hue angle of 56.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #756F02 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 2 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.54 |
| HSL | 56.87º | 0.97% | 0.23% | - |
| HSV(B) | 56.87º | 0.98% | 0.46% | - |
| XYZ | 13.03 | 15.16 | 2.3 | - |
| YUV | 100.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 2 | 0 | 0.05 | 0.98 | 0.54 | 56.87 | 0.97 | 0.23 |
| Hex | 75 | 6F | 2 | 0 | 5 | 62 | 36 | 39 | 61 | 17 |
| Octal | 165 | 157 | 2 | 0 | 5 | 142 | 66 | 71 | 141 | 27 |
| Binary | 1110101 | 1101111 | 10 | 0 | 101 | 1100010 | 110110 | 111001 | 1100001 | 10111 |
Color Harmonies of #756F02
Complementary color
Monochromatic Colors of #756F02
Black with #756F02
Text Example
Text Example
White with #756F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F02; }
p { color: rgb(117,111,2); }
H1.HeaderClassName
{
color: #756F02;
}
.AnyTagClassName
{
color: #756F02;
}
</style>
background-color css
<style>
a { background-color: #756F02; }
a { background-color: rgb(117,111,2); }
div.DivClassName
{
background-color: #756F02;
}
.BgClassName
{
background-color: #756F02;
}
</style>
border-color css
<style>
span { border-color: #756F02; }
span { border-color: rgb(117,111,2); }
td.TdClassName
{
border-color: #756F02;
}
.TagClassName
{
border-color: #756F02;
}
</style>