Shades of Olive Drab #679103
Tints of Olive Drab #679103
RGB
CMYK
RGB Variations
Color information
#679103 (or 0x679103) is known color: Olive Drab. HEX triplet: 67, 91 and 03. RGB value is (103,145,3). Sum of RGB (Red+Green+Blue) = 103+145+3=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #679103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679103 is #986EFC. Grayscale: #747474. Windows color (decimal): -9989885 or 233831. OLE color: 233831.
HSL color Cylindrical-coordinate representation of color #679103: hue angle of 77.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #679103 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 3 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.43 |
| HSL | 77.75º | 0.96% | 0.29% | - |
| HSV(B) | 77.75º | 0.98% | 0.57% | - |
| XYZ | 15.74 | 23.14 | 3.72 | - |
| YUV | 116.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 3 | 0.29 | 0 | 0.98 | 0.43 | 77.75 | 0.96 | 0.29 |
| Hex | 67 | 91 | 3 | 1D | 0 | 62 | 2B | 4E | 60 | 1D |
| Octal | 147 | 221 | 3 | 35 | 0 | 142 | 53 | 116 | 140 | 35 |
| Binary | 1100111 | 10010001 | 11 | 11101 | 0 | 1100010 | 101011 | 1001110 | 1100000 | 11101 |
Color Harmonies of #679103
Complementary color
Monochromatic Colors of #679103
Black with #679103
Text Example
Text Example
White with #679103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679103; }
p { color: rgb(103,145,3); }
H1.HeaderClassName
{
color: #679103;
}
.AnyTagClassName
{
color: #679103;
}
</style>
background-color css
<style>
a { background-color: #679103; }
a { background-color: rgb(103,145,3); }
div.DivClassName
{
background-color: #679103;
}
.BgClassName
{
background-color: #679103;
}
</style>
border-color css
<style>
span { border-color: #679103; }
span { border-color: rgb(103,145,3); }
td.TdClassName
{
border-color: #679103;
}
.TagClassName
{
border-color: #679103;
}
</style>