Shades of Olive Drab #679005
Tints of Olive Drab #679005
RGB
CMYK
RGB Variations
Color information
#679005 (or 0x679005) is known color: Olive Drab. HEX triplet: 67, 90 and 05. RGB value is (103,144,5). Sum of RGB (Red+Green+Blue) = 103+144+5=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #679005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679005 is #986FFA. Grayscale: #747474. Windows color (decimal): -9990139 or 364647. OLE color: 364647.
HSL color Cylindrical-coordinate representation of color #679005: hue angle of 77.7º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #679005 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.44 |
| HSL | 77.7º | 0.93% | 0.29% | - |
| HSV(B) | 77.7º | 0.97% | 0.56% | - |
| XYZ | 15.59 | 22.84 | 3.73 | - |
| YUV | 115.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 5 | 0.28 | 0 | 0.97 | 0.44 | 77.7 | 0.93 | 0.29 |
| Hex | 67 | 90 | 5 | 1C | 0 | 61 | 2C | 4E | 5D | 1D |
| Octal | 147 | 220 | 5 | 34 | 0 | 141 | 54 | 116 | 135 | 35 |
| Binary | 1100111 | 10010000 | 101 | 11100 | 0 | 1100001 | 101100 | 1001110 | 1011101 | 11101 |
Color Harmonies of #679005
Complementary color
Monochromatic Colors of #679005
Black with #679005
Text Example
Text Example
White with #679005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679005; }
p { color: rgb(103,144,5); }
H1.HeaderClassName
{
color: #679005;
}
.AnyTagClassName
{
color: #679005;
}
</style>
background-color css
<style>
a { background-color: #679005; }
a { background-color: rgb(103,144,5); }
div.DivClassName
{
background-color: #679005;
}
.BgClassName
{
background-color: #679005;
}
</style>
border-color css
<style>
span { border-color: #679005; }
span { border-color: rgb(103,144,5); }
td.TdClassName
{
border-color: #679005;
}
.TagClassName
{
border-color: #679005;
}
</style>