Shades of Olive Drab #679003
Tints of Olive Drab #679003
RGB
CMYK
RGB Variations
Color information
#679003 (or 0x679003) is known color: Olive Drab. HEX triplet: 67, 90 and 03. RGB value is (103,144,3). Sum of RGB (Red+Green+Blue) = 103+144+3=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #679003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679003 is #986FFC. Grayscale: #747474. Windows color (decimal): -9990141 or 233575. OLE color: 233575.
HSL color Cylindrical-coordinate representation of color #679003: hue angle of 77.45º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #679003 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.44 |
| HSL | 77.45º | 0.96% | 0.29% | - |
| HSV(B) | 77.45º | 0.98% | 0.56% | - |
| XYZ | 15.58 | 22.84 | 3.67 | - |
| YUV | 115.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 3 | 0.28 | 0 | 0.98 | 0.44 | 77.45 | 0.96 | 0.29 |
| Hex | 67 | 90 | 3 | 1C | 0 | 62 | 2C | 4D | 60 | 1D |
| Octal | 147 | 220 | 3 | 34 | 0 | 142 | 54 | 115 | 140 | 35 |
| Binary | 1100111 | 10010000 | 11 | 11100 | 0 | 1100010 | 101100 | 1001101 | 1100000 | 11101 |
Color Harmonies of #679003
Complementary color
Monochromatic Colors of #679003
Black with #679003
Text Example
Text Example
White with #679003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679003; }
p { color: rgb(103,144,3); }
H1.HeaderClassName
{
color: #679003;
}
.AnyTagClassName
{
color: #679003;
}
</style>
background-color css
<style>
a { background-color: #679003; }
a { background-color: rgb(103,144,3); }
div.DivClassName
{
background-color: #679003;
}
.BgClassName
{
background-color: #679003;
}
</style>
border-color css
<style>
span { border-color: #679003; }
span { border-color: rgb(103,144,3); }
td.TdClassName
{
border-color: #679003;
}
.TagClassName
{
border-color: #679003;
}
</style>