Shades of Olive #766402
Tints of Olive #766402
RGB
CMYK
RGB Variations
Color information
#766402 (or 0x766402) is known color: Olive. HEX triplet: 76, 64 and 02. RGB value is (118,100,2). Sum of RGB (Red+Green+Blue) = 118+100+2=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #766402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766402 is #899BFD. Grayscale: #5E5E5E. Windows color (decimal): -9018366 or 156790. OLE color: 156790.
HSL color Cylindrical-coordinate representation of color #766402: hue angle of 50.69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #766402 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 2 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.54 |
| HSL | 50.69º | 0.97% | 0.24% | - |
| HSV(B) | 50.69º | 0.98% | 0.46% | - |
| XYZ | 12.04 | 12.97 | 1.93 | - |
| YUV | 94.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 2 | 0 | 0.15 | 0.98 | 0.54 | 50.69 | 0.97 | 0.24 |
| Hex | 76 | 64 | 2 | 0 | F | 62 | 36 | 33 | 61 | 18 |
| Octal | 166 | 144 | 2 | 0 | 17 | 142 | 66 | 63 | 141 | 30 |
| Binary | 1110110 | 1100100 | 10 | 0 | 1111 | 1100010 | 110110 | 110011 | 1100001 | 11000 |
Color Harmonies of #766402
Complementary color
Monochromatic Colors of #766402
Black with #766402
Text Example
Text Example
White with #766402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766402; }
p { color: rgb(118,100,2); }
H1.HeaderClassName
{
color: #766402;
}
.AnyTagClassName
{
color: #766402;
}
</style>
background-color css
<style>
a { background-color: #766402; }
a { background-color: rgb(118,100,2); }
div.DivClassName
{
background-color: #766402;
}
.BgClassName
{
background-color: #766402;
}
</style>
border-color css
<style>
span { border-color: #766402; }
span { border-color: rgb(118,100,2); }
td.TdClassName
{
border-color: #766402;
}
.TagClassName
{
border-color: #766402;
}
</style>