Shades of Olive Drab #699003
Tints of Olive Drab #699003
RGB
CMYK
RGB Variations
Color information
#699003 (or 0x699003) is known color: Olive Drab. HEX triplet: 69, 90 and 03. RGB value is (105,144,3). Sum of RGB (Red+Green+Blue) = 105+144+3=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #699003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699003 is #966FFC. Grayscale: #747474. Windows color (decimal): -9859069 or 233577. OLE color: 233577.
HSL color Cylindrical-coordinate representation of color #699003: hue angle of 76.6º 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 #699003 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.44 |
| HSL | 76.6º | 0.96% | 0.29% | - |
| HSV(B) | 76.6º | 0.98% | 0.56% | - |
| XYZ | 15.82 | 22.96 | 3.68 | - |
| YUV | 116.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 3 | 0.27 | 0 | 0.98 | 0.44 | 76.6 | 0.96 | 0.29 |
| Hex | 69 | 90 | 3 | 1B | 0 | 62 | 2C | 4D | 60 | 1D |
| Octal | 151 | 220 | 3 | 33 | 0 | 142 | 54 | 115 | 140 | 35 |
| Binary | 1101001 | 10010000 | 11 | 11011 | 0 | 1100010 | 101100 | 1001101 | 1100000 | 11101 |
Color Harmonies of #699003
Complementary color
Monochromatic Colors of #699003
Black with #699003
Text Example
Text Example
White with #699003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699003; }
p { color: rgb(105,144,3); }
H1.HeaderClassName
{
color: #699003;
}
.AnyTagClassName
{
color: #699003;
}
</style>
background-color css
<style>
a { background-color: #699003; }
a { background-color: rgb(105,144,3); }
div.DivClassName
{
background-color: #699003;
}
.BgClassName
{
background-color: #699003;
}
</style>
border-color css
<style>
span { border-color: #699003; }
span { border-color: rgb(105,144,3); }
td.TdClassName
{
border-color: #699003;
}
.TagClassName
{
border-color: #699003;
}
</style>