Shades of Olive Drab #679126
Tints of Olive Drab #679126
RGB
CMYK
RGB Variations
Color information
#679126 (or 0x679126) is known color: Olive Drab. HEX triplet: 67, 91 and 26. RGB value is (103,145,38). Sum of RGB (Red+Green+Blue) = 103+145+38=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #679126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679126 is #986ED9. Grayscale: #787878. Windows color (decimal): -9989850 or 2527591. OLE color: 2527591.
HSL color Cylindrical-coordinate representation of color #679126: hue angle of 83.55º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #679126 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 38 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.43 |
| HSL | 83.55º | 0.58% | 0.36% | - |
| HSV(B) | 83.55º | 0.74% | 0.57% | - |
| XYZ | 16.07 | 23.27 | 5.48 | - |
| YUV | 120.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 38 | 0.29 | 0 | 0.74 | 0.43 | 83.55 | 0.58 | 0.36 |
| Hex | 67 | 91 | 26 | 1D | 0 | 4A | 2B | 54 | 3A | 24 |
| Octal | 147 | 221 | 46 | 35 | 0 | 112 | 53 | 124 | 72 | 44 |
| Binary | 1100111 | 10010001 | 100110 | 11101 | 0 | 1001010 | 101011 | 1010100 | 111010 | 100100 |
Color Harmonies of #679126
Complementary color
Monochromatic Colors of #679126
Black with #679126
Text Example
Text Example
White with #679126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679126; }
p { color: rgb(103,145,38); }
H1.HeaderClassName
{
color: #679126;
}
.AnyTagClassName
{
color: #679126;
}
</style>
background-color css
<style>
a { background-color: #679126; }
a { background-color: rgb(103,145,38); }
div.DivClassName
{
background-color: #679126;
}
.BgClassName
{
background-color: #679126;
}
</style>
border-color css
<style>
span { border-color: #679126; }
span { border-color: rgb(103,145,38); }
td.TdClassName
{
border-color: #679126;
}
.TagClassName
{
border-color: #679126;
}
</style>