Shades of Olive #768201
Tints of Olive #768201
RGB
CMYK
RGB Variations
Color information
#768201 (or 0x768201) is known color: Olive. HEX triplet: 76, 82 and 01. RGB value is (118,130,1). Sum of RGB (Red+Green+Blue) = 118+130+1=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #768201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768201 is #897DFE. Grayscale: #707070. Windows color (decimal): -9010687 or 98934. OLE color: 98934.
HSL color Cylindrical-coordinate representation of color #768201: hue angle of 65.58º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #768201 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 130 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.49 |
| HSL | 65.58º | 0.98% | 0.26% | - |
| HSV(B) | 65.58º | 0.99% | 0.51% | - |
| XYZ | 15.46 | 19.82 | 3.04 | - |
| YUV | 111.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 1 | 0.09 | 0 | 0.99 | 0.49 | 65.58 | 0.98 | 0.26 |
| Hex | 76 | 82 | 1 | 9 | 0 | 63 | 31 | 42 | 62 | 1A |
| Octal | 166 | 202 | 1 | 11 | 0 | 143 | 61 | 102 | 142 | 32 |
| Binary | 1110110 | 10000010 | 1 | 1001 | 0 | 1100011 | 110001 | 1000010 | 1100010 | 11010 |
Color Harmonies of #768201
Complementary color
Monochromatic Colors of #768201
Black with #768201
Text Example
Text Example
White with #768201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768201; }
p { color: rgb(118,130,1); }
H1.HeaderClassName
{
color: #768201;
}
.AnyTagClassName
{
color: #768201;
}
</style>
background-color css
<style>
a { background-color: #768201; }
a { background-color: rgb(118,130,1); }
div.DivClassName
{
background-color: #768201;
}
.BgClassName
{
background-color: #768201;
}
</style>
border-color css
<style>
span { border-color: #768201; }
span { border-color: rgb(118,130,1); }
td.TdClassName
{
border-color: #768201;
}
.TagClassName
{
border-color: #768201;
}
</style>