Shades of Olive #768602
Tints of Olive #768602
RGB
CMYK
RGB Variations
Color information
#768602 (or 0x768602) is known color: Olive. HEX triplet: 76, 86 and 02. RGB value is (118,134,2). Sum of RGB (Red+Green+Blue) = 118+134+2=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #768602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768602 is #8979FD. Grayscale: #727272. Windows color (decimal): -9009662 or 165494. OLE color: 165494.
HSL color Cylindrical-coordinate representation of color #768602: hue angle of 67.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #768602 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.47 |
| HSL | 67.27º | 0.97% | 0.27% | - |
| HSV(B) | 67.27º | 0.99% | 0.53% | - |
| XYZ | 16.01 | 20.91 | 3.25 | - |
| YUV | 114.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 2 | 0.12 | 0 | 0.99 | 0.47 | 67.27 | 0.97 | 0.27 |
| Hex | 76 | 86 | 2 | C | 0 | 63 | 2F | 43 | 61 | 1B |
| Octal | 166 | 206 | 2 | 14 | 0 | 143 | 57 | 103 | 141 | 33 |
| Binary | 1110110 | 10000110 | 10 | 1100 | 0 | 1100011 | 101111 | 1000011 | 1100001 | 11011 |
Color Harmonies of #768602
Complementary color
Monochromatic Colors of #768602
Black with #768602
Text Example
Text Example
White with #768602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768602; }
p { color: rgb(118,134,2); }
H1.HeaderClassName
{
color: #768602;
}
.AnyTagClassName
{
color: #768602;
}
</style>
background-color css
<style>
a { background-color: #768602; }
a { background-color: rgb(118,134,2); }
div.DivClassName
{
background-color: #768602;
}
.BgClassName
{
background-color: #768602;
}
</style>
border-color css
<style>
span { border-color: #768602; }
span { border-color: rgb(118,134,2); }
td.TdClassName
{
border-color: #768602;
}
.TagClassName
{
border-color: #768602;
}
</style>