Shades of Olive Drab #669203
Tints of Olive Drab #669203
RGB
CMYK
RGB Variations
Color information
#669203 (or 0x669203) is known color: Olive Drab. HEX triplet: 66, 92 and 03. RGB value is (102,146,3). Sum of RGB (Red+Green+Blue) = 102+146+3=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #669203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669203 is #996DFC. Grayscale: #757575. Windows color (decimal): -10055165 or 234086. OLE color: 234086.
HSL color Cylindrical-coordinate representation of color #669203: hue angle of 78.46º 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 #669203 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.43 |
| HSL | 78.46º | 0.96% | 0.29% | - |
| HSV(B) | 78.46º | 0.98% | 0.57% | - |
| XYZ | 15.77 | 23.39 | 3.77 | - |
| YUV | 116.54 | 63.92 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 3 | 0.30 | 0 | 0.98 | 0.43 | 78.46 | 0.96 | 0.29 |
| Hex | 66 | 92 | 3 | 1E | 0 | 62 | 2B | 4E | 60 | 1D |
| Octal | 146 | 222 | 3 | 36 | 0 | 142 | 53 | 116 | 140 | 35 |
| Binary | 1100110 | 10010010 | 11 | 11110 | 0 | 1100010 | 101011 | 1001110 | 1100000 | 11101 |
Color Harmonies of #669203
Complementary color
Monochromatic Colors of #669203
Black with #669203
Text Example
Text Example
White with #669203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669203; }
p { color: rgb(102,146,3); }
H1.HeaderClassName
{
color: #669203;
}
.AnyTagClassName
{
color: #669203;
}
</style>
background-color css
<style>
a { background-color: #669203; }
a { background-color: rgb(102,146,3); }
div.DivClassName
{
background-color: #669203;
}
.BgClassName
{
background-color: #669203;
}
</style>
border-color css
<style>
span { border-color: #669203; }
span { border-color: rgb(102,146,3); }
td.TdClassName
{
border-color: #669203;
}
.TagClassName
{
border-color: #669203;
}
</style>