Shades of Olive #766909
Tints of Olive #766909
RGB
CMYK
RGB Variations
Color information
#766909 (or 0x766909) is known color: Olive. HEX triplet: 76, 69 and 09. RGB value is (118,105,9). Sum of RGB (Red+Green+Blue) = 118+105+9=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #766909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766909 is #8996F6. Grayscale: #626262. Windows color (decimal): -9017079 or 616822. OLE color: 616822.
HSL color Cylindrical-coordinate representation of color #766909: hue angle of 52.84º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #766909 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 9 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.54 |
| HSL | 52.84º | 0.86% | 0.25% | - |
| HSV(B) | 52.84º | 0.92% | 0.46% | - |
| XYZ | 12.57 | 13.97 | 2.29 | - |
| YUV | 97.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 9 | 0 | 0.11 | 0.92 | 0.54 | 52.84 | 0.86 | 0.25 |
| Hex | 76 | 69 | 9 | 0 | B | 5C | 36 | 35 | 56 | 19 |
| Octal | 166 | 151 | 11 | 0 | 13 | 134 | 66 | 65 | 126 | 31 |
| Binary | 1110110 | 1101001 | 1001 | 0 | 1011 | 1011100 | 110110 | 110101 | 1010110 | 11001 |
Color Harmonies of #766909
Complementary color
Monochromatic Colors of #766909
Black with #766909
Text Example
Text Example
White with #766909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766909; }
p { color: rgb(118,105,9); }
H1.HeaderClassName
{
color: #766909;
}
.AnyTagClassName
{
color: #766909;
}
</style>
background-color css
<style>
a { background-color: #766909; }
a { background-color: rgb(118,105,9); }
div.DivClassName
{
background-color: #766909;
}
.BgClassName
{
background-color: #766909;
}
</style>
border-color css
<style>
span { border-color: #766909; }
span { border-color: rgb(118,105,9); }
td.TdClassName
{
border-color: #766909;
}
.TagClassName
{
border-color: #766909;
}
</style>