Shades of Olive Drab #768F1F
Tints of Olive Drab #768F1F
RGB
CMYK
RGB Variations
Color information
#768F1F (or 0x768F1F) is known color: Olive Drab. HEX triplet: 76, 8F and 1F. RGB value is (118,143,31). Sum of RGB (Red+Green+Blue) = 118+143+31=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #768F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768F1F is #8970E0. Grayscale: #7B7B7B. Windows color (decimal): -9007329 or 2068342. OLE color: 2068342.
HSL color Cylindrical-coordinate representation of color #768F1F: hue angle of 73.39º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #768F1F is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 31 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.44 |
| HSL | 73.39º | 0.64% | 0.34% | - |
| HSV(B) | 73.39º | 0.78% | 0.56% | - |
| XYZ | 17.54 | 23.6 | 4.93 | - |
| YUV | 122.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 31 | 0.17 | 0 | 0.78 | 0.44 | 73.39 | 0.64 | 0.34 |
| Hex | 76 | 8F | 1F | 11 | 0 | 4E | 2C | 49 | 40 | 22 |
| Octal | 166 | 217 | 37 | 21 | 0 | 116 | 54 | 111 | 100 | 42 |
| Binary | 1110110 | 10001111 | 11111 | 10001 | 0 | 1001110 | 101100 | 1001001 | 1000000 | 100010 |
Color Harmonies of #768F1F
Complementary color
Monochromatic Colors of #768F1F
Black with #768F1F
Text Example
Text Example
White with #768F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F1F; }
p { color: rgb(118,143,31); }
H1.HeaderClassName
{
color: #768F1F;
}
.AnyTagClassName
{
color: #768F1F;
}
</style>
background-color css
<style>
a { background-color: #768F1F; }
a { background-color: rgb(118,143,31); }
div.DivClassName
{
background-color: #768F1F;
}
.BgClassName
{
background-color: #768F1F;
}
</style>
border-color css
<style>
span { border-color: #768F1F; }
span { border-color: rgb(118,143,31); }
td.TdClassName
{
border-color: #768F1F;
}
.TagClassName
{
border-color: #768F1F;
}
</style>