Shades of Olive #768105
Tints of Olive #768105
RGB
CMYK
RGB Variations
Color information
#768105 (or 0x768105) is known color: Olive. HEX triplet: 76, 81 and 05. RGB value is (118,129,5). Sum of RGB (Red+Green+Blue) = 118+129+5=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #768105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768105 is #897EFA. Grayscale: #707070. Windows color (decimal): -9010939 or 360822. OLE color: 360822.
HSL color Cylindrical-coordinate representation of color #768105: hue angle of 65.32º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #768105 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 5 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.49 |
| HSL | 65.32º | 0.93% | 0.26% | - |
| HSV(B) | 65.32º | 0.96% | 0.51% | - |
| XYZ | 15.35 | 19.56 | 3.11 | - |
| YUV | 111.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 5 | 0.09 | 0 | 0.96 | 0.49 | 65.32 | 0.93 | 0.26 |
| Hex | 76 | 81 | 5 | 9 | 0 | 60 | 31 | 41 | 5D | 1A |
| Octal | 166 | 201 | 5 | 11 | 0 | 140 | 61 | 101 | 135 | 32 |
| Binary | 1110110 | 10000001 | 101 | 1001 | 0 | 1100000 | 110001 | 1000001 | 1011101 | 11010 |
Color Harmonies of #768105
Complementary color
Monochromatic Colors of #768105
Black with #768105
Text Example
Text Example
White with #768105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768105; }
p { color: rgb(118,129,5); }
H1.HeaderClassName
{
color: #768105;
}
.AnyTagClassName
{
color: #768105;
}
</style>
background-color css
<style>
a { background-color: #768105; }
a { background-color: rgb(118,129,5); }
div.DivClassName
{
background-color: #768105;
}
.BgClassName
{
background-color: #768105;
}
</style>
border-color css
<style>
span { border-color: #768105; }
span { border-color: rgb(118,129,5); }
td.TdClassName
{
border-color: #768105;
}
.TagClassName
{
border-color: #768105;
}
</style>