Shades of Olive Drab #699603
Tints of Olive Drab #699603
RGB
CMYK
RGB Variations
Color information
#699603 (or 0x699603) is known color: Olive Drab. HEX triplet: 69, 96 and 03. RGB value is (105,150,3). Sum of RGB (Red+Green+Blue) = 105+150+3=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #699603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699603 is #9669FC. Grayscale: #787878. Windows color (decimal): -9857533 or 235113. OLE color: 235113.
HSL color Cylindrical-coordinate representation of color #699603: hue angle of 78.37º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #699603 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.41 |
| HSL | 78.37º | 0.96% | 0.3% | - |
| HSV(B) | 78.37º | 0.98% | 0.59% | - |
| XYZ | 16.75 | 24.82 | 3.99 | - |
| YUV | 119.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 3 | 0.30 | 0 | 0.98 | 0.41 | 78.37 | 0.96 | 0.3 |
| Hex | 69 | 96 | 3 | 1E | 0 | 62 | 29 | 4E | 60 | 1E |
| Octal | 151 | 226 | 3 | 36 | 0 | 142 | 51 | 116 | 140 | 36 |
| Binary | 1101001 | 10010110 | 11 | 11110 | 0 | 1100010 | 101001 | 1001110 | 1100000 | 11110 |
Color Harmonies of #699603
Complementary color
Monochromatic Colors of #699603
Black with #699603
Text Example
Text Example
White with #699603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699603; }
p { color: rgb(105,150,3); }
H1.HeaderClassName
{
color: #699603;
}
.AnyTagClassName
{
color: #699603;
}
</style>
background-color css
<style>
a { background-color: #699603; }
a { background-color: rgb(105,150,3); }
div.DivClassName
{
background-color: #699603;
}
.BgClassName
{
background-color: #699603;
}
</style>
border-color css
<style>
span { border-color: #699603; }
span { border-color: rgb(105,150,3); }
td.TdClassName
{
border-color: #699603;
}
.TagClassName
{
border-color: #699603;
}
</style>