Shades of Olive #767D09
Tints of Olive #767D09
RGB
CMYK
RGB Variations
Color information
#767D09 (or 0x767D09) is known color: Olive. HEX triplet: 76, 7D and 09. RGB value is (118,125,9). Sum of RGB (Red+Green+Blue) = 118+125+9=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #767D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767D09 is #8982F6. Grayscale: #6E6E6E. Windows color (decimal): -9011959 or 621942. OLE color: 621942.
HSL color Cylindrical-coordinate representation of color #767D09: hue angle of 63.62º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #767D09 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 125 | 9 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.51 |
| HSL | 63.62º | 0.87% | 0.26% | - |
| HSV(B) | 63.62º | 0.93% | 0.49% | - |
| XYZ | 14.85 | 18.54 | 3.05 | - |
| YUV | 109.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 9 | 0.06 | 0 | 0.93 | 0.51 | 63.62 | 0.87 | 0.26 |
| Hex | 76 | 7D | 9 | 6 | 0 | 5D | 33 | 40 | 57 | 1A |
| Octal | 166 | 175 | 11 | 6 | 0 | 135 | 63 | 100 | 127 | 32 |
| Binary | 1110110 | 1111101 | 1001 | 110 | 0 | 1011101 | 110011 | 1000000 | 1010111 | 11010 |
Color Harmonies of #767D09
Complementary color
Monochromatic Colors of #767D09
Black with #767D09
Text Example
Text Example
White with #767D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D09; }
p { color: rgb(118,125,9); }
H1.HeaderClassName
{
color: #767D09;
}
.AnyTagClassName
{
color: #767D09;
}
</style>
background-color css
<style>
a { background-color: #767D09; }
a { background-color: rgb(118,125,9); }
div.DivClassName
{
background-color: #767D09;
}
.BgClassName
{
background-color: #767D09;
}
</style>
border-color css
<style>
span { border-color: #767D09; }
span { border-color: rgb(118,125,9); }
td.TdClassName
{
border-color: #767D09;
}
.TagClassName
{
border-color: #767D09;
}
</style>