Shades of Olive #767605
Tints of Olive #767605
RGB
CMYK
RGB Variations
Color information
#767605 (or 0x767605) is known color: Olive. HEX triplet: 76, 76 and 05. RGB value is (118,118,5). Sum of RGB (Red+Green+Blue) = 118+118+5=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767605 is #8989FA. Grayscale: #696969. Windows color (decimal): -9013755 or 358006. OLE color: 358006.
HSL color Cylindrical-coordinate representation of color #767605: hue angle of 60º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #767605 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 5 | - |
| CMYK | 0 | 0 | 0.96 | 0.54 |
| HSL | 60º | 0.92% | 0.24% | - |
| HSV(B) | 60º | 0.96% | 0.46% | - |
| XYZ | 13.98 | 16.82 | 2.65 | - |
| YUV | 105.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 5 | 0 | 0 | 0.96 | 0.54 | 60 | 0.92 | 0.24 |
| Hex | 76 | 76 | 5 | 0 | 0 | 60 | 36 | 3C | 5C | 18 |
| Octal | 166 | 166 | 5 | 0 | 0 | 140 | 66 | 74 | 134 | 30 |
| Binary | 1110110 | 1110110 | 101 | 0 | 0 | 1100000 | 110110 | 111100 | 1011100 | 11000 |
Color Harmonies of #767605
Complementary color
Monochromatic Colors of #767605
Black with #767605
Text Example
Text Example
White with #767605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767605; }
p { color: rgb(118,118,5); }
H1.HeaderClassName
{
color: #767605;
}
.AnyTagClassName
{
color: #767605;
}
</style>
background-color css
<style>
a { background-color: #767605; }
a { background-color: rgb(118,118,5); }
div.DivClassName
{
background-color: #767605;
}
.BgClassName
{
background-color: #767605;
}
</style>
border-color css
<style>
span { border-color: #767605; }
span { border-color: rgb(118,118,5); }
td.TdClassName
{
border-color: #767605;
}
.TagClassName
{
border-color: #767605;
}
</style>