Shades of Olive Drab #679029
Tints of Olive Drab #679029
RGB
CMYK
RGB Variations
Color information
#679029 (or 0x679029) is known color: Olive Drab. HEX triplet: 67, 90 and 29. RGB value is (103,144,41). Sum of RGB (Red+Green+Blue) = 103+144+41=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #679029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679029 is #986FD6. Grayscale: #787878. Windows color (decimal): -9990103 or 2723943. OLE color: 2723943.
HSL color Cylindrical-coordinate representation of color #679029: hue angle of 83.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #679029 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 41 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.44 |
| HSL | 83.88º | 0.56% | 0.36% | - |
| HSV(B) | 83.88º | 0.72% | 0.56% | - |
| XYZ | 15.97 | 22.99 | 5.69 | - |
| YUV | 120 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 41 | 0.28 | 0 | 0.72 | 0.44 | 83.88 | 0.56 | 0.36 |
| Hex | 67 | 90 | 29 | 1C | 0 | 48 | 2C | 54 | 38 | 24 |
| Octal | 147 | 220 | 51 | 34 | 0 | 110 | 54 | 124 | 70 | 44 |
| Binary | 1100111 | 10010000 | 101001 | 11100 | 0 | 1001000 | 101100 | 1010100 | 111000 | 100100 |
Color Harmonies of #679029
Complementary color
Monochromatic Colors of #679029
Black with #679029
Text Example
Text Example
White with #679029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679029; }
p { color: rgb(103,144,41); }
H1.HeaderClassName
{
color: #679029;
}
.AnyTagClassName
{
color: #679029;
}
</style>
background-color css
<style>
a { background-color: #679029; }
a { background-color: rgb(103,144,41); }
div.DivClassName
{
background-color: #679029;
}
.BgClassName
{
background-color: #679029;
}
</style>
border-color css
<style>
span { border-color: #679029; }
span { border-color: rgb(103,144,41); }
td.TdClassName
{
border-color: #679029;
}
.TagClassName
{
border-color: #679029;
}
</style>