Shades of Olive #767308
Tints of Olive #767308
RGB
CMYK
RGB Variations
Color information
#767308 (or 0x767308) is known color: Olive. HEX triplet: 76, 73 and 08. RGB value is (118,115,8). Sum of RGB (Red+Green+Blue) = 118+115+8=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #767308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767308 is #898CF7. Grayscale: #686868. Windows color (decimal): -9014520 or 553846. OLE color: 553846.
HSL color Cylindrical-coordinate representation of color #767308: hue angle of 58.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #767308 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 8 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.54 |
| HSL | 58.36º | 0.87% | 0.25% | - |
| HSV(B) | 58.36º | 0.93% | 0.46% | - |
| XYZ | 13.65 | 16.13 | 2.62 | - |
| YUV | 103.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 8 | 0 | 0.03 | 0.93 | 0.54 | 58.36 | 0.87 | 0.25 |
| Hex | 76 | 73 | 8 | 0 | 3 | 5D | 36 | 3A | 57 | 19 |
| Octal | 166 | 163 | 10 | 0 | 3 | 135 | 66 | 72 | 127 | 31 |
| Binary | 1110110 | 1110011 | 1000 | 0 | 11 | 1011101 | 110110 | 111010 | 1010111 | 11001 |
Color Harmonies of #767308
Complementary color
Monochromatic Colors of #767308
Black with #767308
Text Example
Text Example
White with #767308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767308; }
p { color: rgb(118,115,8); }
H1.HeaderClassName
{
color: #767308;
}
.AnyTagClassName
{
color: #767308;
}
</style>
background-color css
<style>
a { background-color: #767308; }
a { background-color: rgb(118,115,8); }
div.DivClassName
{
background-color: #767308;
}
.BgClassName
{
background-color: #767308;
}
</style>
border-color css
<style>
span { border-color: #767308; }
span { border-color: rgb(118,115,8); }
td.TdClassName
{
border-color: #767308;
}
.TagClassName
{
border-color: #767308;
}
</style>