Shades of Olive #766C01
Tints of Olive #766C01
RGB
CMYK
RGB Variations
Color information
#766C01 (or 0x766C01) is known color: Olive. HEX triplet: 76, 6C and 01. RGB value is (118,108,1). Sum of RGB (Red+Green+Blue) = 118+108+1=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #766C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C01 is #8993FE. Grayscale: #636363. Windows color (decimal): -9016319 or 93302. OLE color: 93302.
HSL color Cylindrical-coordinate representation of color #766C01: hue angle of 54.87º 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 #766C01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.54 |
| HSL | 54.87º | 0.98% | 0.23% | - |
| HSV(B) | 54.87º | 0.99% | 0.46% | - |
| XYZ | 12.84 | 14.58 | 2.17 | - |
| YUV | 98.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 1 | 0 | 0.08 | 0.99 | 0.54 | 54.87 | 0.98 | 0.23 |
| Hex | 76 | 6C | 1 | 0 | 8 | 63 | 36 | 37 | 62 | 17 |
| Octal | 166 | 154 | 1 | 0 | 10 | 143 | 66 | 67 | 142 | 27 |
| Binary | 1110110 | 1101100 | 1 | 0 | 1000 | 1100011 | 110110 | 110111 | 1100010 | 10111 |
Color Harmonies of #766C01
Complementary color
Monochromatic Colors of #766C01
Black with #766C01
Text Example
Text Example
White with #766C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C01; }
p { color: rgb(118,108,1); }
H1.HeaderClassName
{
color: #766C01;
}
.AnyTagClassName
{
color: #766C01;
}
</style>
background-color css
<style>
a { background-color: #766C01; }
a { background-color: rgb(118,108,1); }
div.DivClassName
{
background-color: #766C01;
}
.BgClassName
{
background-color: #766C01;
}
</style>
border-color css
<style>
span { border-color: #766C01; }
span { border-color: rgb(118,108,1); }
td.TdClassName
{
border-color: #766C01;
}
.TagClassName
{
border-color: #766C01;
}
</style>