Shades of Olive #767602
Tints of Olive #767602
RGB
CMYK
RGB Variations
Color information
#767602 (or 0x767602) is known color: Olive. HEX triplet: 76, 76 and 02. RGB value is (118,118,2). Sum of RGB (Red+Green+Blue) = 118+118+2=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767602 is #8989FD. Grayscale: #696969. Windows color (decimal): -9013758 or 161398. OLE color: 161398.
HSL color Cylindrical-coordinate representation of color #767602: hue angle of 60º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #767602 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 2 | - |
| CMYK | 0 | 0 | 0.98 | 0.54 |
| HSL | 60º | 0.97% | 0.24% | - |
| HSV(B) | 60º | 0.98% | 0.46% | - |
| XYZ | 13.96 | 16.81 | 2.57 | - |
| YUV | 104.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 2 | 0 | 0 | 0.98 | 0.54 | 60 | 0.97 | 0.24 |
| Hex | 76 | 76 | 2 | 0 | 0 | 62 | 36 | 3C | 61 | 18 |
| Octal | 166 | 166 | 2 | 0 | 0 | 142 | 66 | 74 | 141 | 30 |
| Binary | 1110110 | 1110110 | 10 | 0 | 0 | 1100010 | 110110 | 111100 | 1100001 | 11000 |
Color Harmonies of #767602
Complementary color
Monochromatic Colors of #767602
Black with #767602
Text Example
Text Example
White with #767602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767602; }
p { color: rgb(118,118,2); }
H1.HeaderClassName
{
color: #767602;
}
.AnyTagClassName
{
color: #767602;
}
</style>
background-color css
<style>
a { background-color: #767602; }
a { background-color: rgb(118,118,2); }
div.DivClassName
{
background-color: #767602;
}
.BgClassName
{
background-color: #767602;
}
</style>
border-color css
<style>
span { border-color: #767602; }
span { border-color: rgb(118,118,2); }
td.TdClassName
{
border-color: #767602;
}
.TagClassName
{
border-color: #767602;
}
</style>