Shades of Olive #768101
Tints of Olive #768101
RGB
CMYK
RGB Variations
Color information
#768101 (or 0x768101) is known color: Olive. HEX triplet: 76, 81 and 01. RGB value is (118,129,1). Sum of RGB (Red+Green+Blue) = 118+129+1=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #768101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768101 is #897EFE. Grayscale: #6F6F6F. Windows color (decimal): -9010943 or 98678. OLE color: 98678.
HSL color Cylindrical-coordinate representation of color #768101: hue angle of 65.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #768101 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.49 |
| HSL | 65.16º | 0.98% | 0.25% | - |
| HSV(B) | 65.16º | 0.99% | 0.51% | - |
| XYZ | 15.33 | 19.55 | 3 | - |
| YUV | 111.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 1 | 0.09 | 0 | 0.99 | 0.49 | 65.16 | 0.98 | 0.25 |
| Hex | 76 | 81 | 1 | 9 | 0 | 63 | 31 | 41 | 62 | 19 |
| Octal | 166 | 201 | 1 | 11 | 0 | 143 | 61 | 101 | 142 | 31 |
| Binary | 1110110 | 10000001 | 1 | 1001 | 0 | 1100011 | 110001 | 1000001 | 1100010 | 11001 |
Color Harmonies of #768101
Complementary color
Monochromatic Colors of #768101
Black with #768101
Text Example
Text Example
White with #768101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768101; }
p { color: rgb(118,129,1); }
H1.HeaderClassName
{
color: #768101;
}
.AnyTagClassName
{
color: #768101;
}
</style>
background-color css
<style>
a { background-color: #768101; }
a { background-color: rgb(118,129,1); }
div.DivClassName
{
background-color: #768101;
}
.BgClassName
{
background-color: #768101;
}
</style>
border-color css
<style>
span { border-color: #768101; }
span { border-color: rgb(118,129,1); }
td.TdClassName
{
border-color: #768101;
}
.TagClassName
{
border-color: #768101;
}
</style>