Shades of Olive #766D01
Tints of Olive #766D01
RGB
CMYK
RGB Variations
Color information
#766D01 (or 0x766D01) is known color: Olive. HEX triplet: 76, 6D and 01. RGB value is (118,109,1). Sum of RGB (Red+Green+Blue) = 118+109+1=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #766D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D01 is #8992FE. Grayscale: #636363. Windows color (decimal): -9016063 or 93558. OLE color: 93558.
HSL color Cylindrical-coordinate representation of color #766D01: hue angle of 55.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #766D01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.54 |
| HSL | 55.38º | 0.98% | 0.23% | - |
| HSV(B) | 55.38º | 0.99% | 0.46% | - |
| XYZ | 12.95 | 14.79 | 2.2 | - |
| YUV | 99.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 1 | 0 | 0.08 | 0.99 | 0.54 | 55.38 | 0.98 | 0.23 |
| Hex | 76 | 6D | 1 | 0 | 8 | 63 | 36 | 37 | 62 | 17 |
| Octal | 166 | 155 | 1 | 0 | 10 | 143 | 66 | 67 | 142 | 27 |
| Binary | 1110110 | 1101101 | 1 | 0 | 1000 | 1100011 | 110110 | 110111 | 1100010 | 10111 |
Color Harmonies of #766D01
Complementary color
Monochromatic Colors of #766D01
Black with #766D01
Text Example
Text Example
White with #766D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D01; }
p { color: rgb(118,109,1); }
H1.HeaderClassName
{
color: #766D01;
}
.AnyTagClassName
{
color: #766D01;
}
</style>
background-color css
<style>
a { background-color: #766D01; }
a { background-color: rgb(118,109,1); }
div.DivClassName
{
background-color: #766D01;
}
.BgClassName
{
background-color: #766D01;
}
</style>
border-color css
<style>
span { border-color: #766D01; }
span { border-color: rgb(118,109,1); }
td.TdClassName
{
border-color: #766D01;
}
.TagClassName
{
border-color: #766D01;
}
</style>