Shades of Olive Drab #679403
Tints of Olive Drab #679403
RGB
CMYK
RGB Variations
Color information
#679403 (or 0x679403) is known color: Olive Drab. HEX triplet: 67, 94 and 03. RGB value is (103,148,3). Sum of RGB (Red+Green+Blue) = 103+148+3=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #679403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679403 is #986BFC. Grayscale: #767676. Windows color (decimal): -9989117 or 234599. OLE color: 234599.
HSL color Cylindrical-coordinate representation of color #679403: hue angle of 78.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #679403 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.42 |
| HSL | 78.62º | 0.96% | 0.3% | - |
| HSV(B) | 78.62º | 0.98% | 0.58% | - |
| XYZ | 16.2 | 24.07 | 3.88 | - |
| YUV | 118.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 3 | 0.30 | 0 | 0.98 | 0.42 | 78.62 | 0.96 | 0.3 |
| Hex | 67 | 94 | 3 | 1E | 0 | 62 | 2A | 4F | 60 | 1E |
| Octal | 147 | 224 | 3 | 36 | 0 | 142 | 52 | 117 | 140 | 36 |
| Binary | 1100111 | 10010100 | 11 | 11110 | 0 | 1100010 | 101010 | 1001111 | 1100000 | 11110 |
Color Harmonies of #679403
Complementary color
Monochromatic Colors of #679403
Black with #679403
Text Example
Text Example
White with #679403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679403; }
p { color: rgb(103,148,3); }
H1.HeaderClassName
{
color: #679403;
}
.AnyTagClassName
{
color: #679403;
}
</style>
background-color css
<style>
a { background-color: #679403; }
a { background-color: rgb(103,148,3); }
div.DivClassName
{
background-color: #679403;
}
.BgClassName
{
background-color: #679403;
}
</style>
border-color css
<style>
span { border-color: #679403; }
span { border-color: rgb(103,148,3); }
td.TdClassName
{
border-color: #679403;
}
.TagClassName
{
border-color: #679403;
}
</style>