Shades of Olive Drab #679017
Tints of Olive Drab #679017
RGB
CMYK
RGB Variations
Color information
#679017 (or 0x679017) is known color: Olive Drab. HEX triplet: 67, 90 and 17. RGB value is (103,144,23). Sum of RGB (Red+Green+Blue) = 103+144+23=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #679017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679017 is #986FE8. Grayscale: #767676. Windows color (decimal): -9990121 or 1544295. OLE color: 1544295.
HSL color Cylindrical-coordinate representation of color #679017: hue angle of 80.33º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #679017 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 23 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.44 |
| HSL | 80.33º | 0.72% | 0.33% | - |
| HSV(B) | 80.33º | 0.84% | 0.56% | - |
| XYZ | 15.72 | 22.89 | 4.4 | - |
| YUV | 117.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 23 | 0.28 | 0 | 0.84 | 0.44 | 80.33 | 0.72 | 0.33 |
| Hex | 67 | 90 | 17 | 1C | 0 | 54 | 2C | 50 | 48 | 21 |
| Octal | 147 | 220 | 27 | 34 | 0 | 124 | 54 | 120 | 110 | 41 |
| Binary | 1100111 | 10010000 | 10111 | 11100 | 0 | 1010100 | 101100 | 1010000 | 1001000 | 100001 |
Color Harmonies of #679017
Complementary color
Monochromatic Colors of #679017
Black with #679017
Text Example
Text Example
White with #679017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679017; }
p { color: rgb(103,144,23); }
H1.HeaderClassName
{
color: #679017;
}
.AnyTagClassName
{
color: #679017;
}
</style>
background-color css
<style>
a { background-color: #679017; }
a { background-color: rgb(103,144,23); }
div.DivClassName
{
background-color: #679017;
}
.BgClassName
{
background-color: #679017;
}
</style>
border-color css
<style>
span { border-color: #679017; }
span { border-color: rgb(103,144,23); }
td.TdClassName
{
border-color: #679017;
}
.TagClassName
{
border-color: #679017;
}
</style>