Shades of Olive #767E02
Tints of Olive #767E02
RGB
CMYK
RGB Variations
Color information
#767E02 (or 0x767E02) is known color: Olive. HEX triplet: 76, 7E and 02. RGB value is (118,126,2). Sum of RGB (Red+Green+Blue) = 118+126+2=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 126 (49.61% from 255 or 51.22% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 126 - color contains mainly: green. Hex color #767E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767E02 is #8981FD. Grayscale: #6D6D6D. Windows color (decimal): -9011710 or 163446. OLE color: 163446.
HSL color Cylindrical-coordinate representation of color #767E02: hue angle of 63.87º degrees, saturation: 0.97, 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 #767E02 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 2 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.51 |
| HSL | 63.87º | 0.97% | 0.25% | - |
| HSV(B) | 63.87º | 0.98% | 0.49% | - |
| XYZ | 14.94 | 18.78 | 2.89 | - |
| YUV | 109.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 2 | 0.06 | 0 | 0.98 | 0.51 | 63.87 | 0.97 | 0.25 |
| Hex | 76 | 7E | 2 | 6 | 0 | 62 | 33 | 40 | 61 | 19 |
| Octal | 166 | 176 | 2 | 6 | 0 | 142 | 63 | 100 | 141 | 31 |
| Binary | 1110110 | 1111110 | 10 | 110 | 0 | 1100010 | 110011 | 1000000 | 1100001 | 11001 |
Color Harmonies of #767E02
Complementary color
Monochromatic Colors of #767E02
Black with #767E02
Text Example
Text Example
White with #767E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E02; }
p { color: rgb(118,126,2); }
H1.HeaderClassName
{
color: #767E02;
}
.AnyTagClassName
{
color: #767E02;
}
</style>
background-color css
<style>
a { background-color: #767E02; }
a { background-color: rgb(118,126,2); }
div.DivClassName
{
background-color: #767E02;
}
.BgClassName
{
background-color: #767E02;
}
</style>
border-color css
<style>
span { border-color: #767E02; }
span { border-color: rgb(118,126,2); }
td.TdClassName
{
border-color: #767E02;
}
.TagClassName
{
border-color: #767E02;
}
</style>