Shades of Olive #767702
Tints of Olive #767702
RGB
CMYK
RGB Variations
Color information
#767702 (or 0x767702) is known color: Olive. HEX triplet: 76, 77 and 02. RGB value is (118,119,2). Sum of RGB (Red+Green+Blue) = 118+119+2=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #767702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767702 is #8988FD. Grayscale: #696969. Windows color (decimal): -9013502 or 161654. OLE color: 161654.
HSL color Cylindrical-coordinate representation of color #767702: hue angle of 60.51º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #767702 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 2 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.53 |
| HSL | 60.51º | 0.97% | 0.24% | - |
| HSV(B) | 60.51º | 0.98% | 0.47% | - |
| XYZ | 14.08 | 17.05 | 2.61 | - |
| YUV | 105.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 2 | 0.01 | 0 | 0.98 | 0.53 | 60.51 | 0.97 | 0.24 |
| Hex | 76 | 77 | 2 | 1 | 0 | 62 | 35 | 3D | 61 | 18 |
| Octal | 166 | 167 | 2 | 1 | 0 | 142 | 65 | 75 | 141 | 30 |
| Binary | 1110110 | 1110111 | 10 | 1 | 0 | 1100010 | 110101 | 111101 | 1100001 | 11000 |
Color Harmonies of #767702
Complementary color
Monochromatic Colors of #767702
Black with #767702
Text Example
Text Example
White with #767702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767702; }
p { color: rgb(118,119,2); }
H1.HeaderClassName
{
color: #767702;
}
.AnyTagClassName
{
color: #767702;
}
</style>
background-color css
<style>
a { background-color: #767702; }
a { background-color: rgb(118,119,2); }
div.DivClassName
{
background-color: #767702;
}
.BgClassName
{
background-color: #767702;
}
</style>
border-color css
<style>
span { border-color: #767702; }
span { border-color: rgb(118,119,2); }
td.TdClassName
{
border-color: #767702;
}
.TagClassName
{
border-color: #767702;
}
</style>