Shades of Olive Drab #669202
Tints of Olive Drab #669202
RGB
CMYK
RGB Variations
Color information
#669202 (or 0x669202) is known color: Olive Drab. HEX triplet: 66, 92 and 02. RGB value is (102,146,2). Sum of RGB (Red+Green+Blue) = 102+146+2=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #669202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669202 is #996DFD. Grayscale: #747474. Windows color (decimal): -10055166 or 168550. OLE color: 168550.
HSL color Cylindrical-coordinate representation of color #669202: hue angle of 78.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #669202 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.43 |
| HSL | 78.33º | 0.97% | 0.29% | - |
| HSV(B) | 78.33º | 0.99% | 0.57% | - |
| XYZ | 15.77 | 23.39 | 3.74 | - |
| YUV | 116.43 | 63.42 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 2 | 0.30 | 0 | 0.99 | 0.43 | 78.33 | 0.97 | 0.29 |
| Hex | 66 | 92 | 2 | 1E | 0 | 63 | 2B | 4E | 61 | 1D |
| Octal | 146 | 222 | 2 | 36 | 0 | 143 | 53 | 116 | 141 | 35 |
| Binary | 1100110 | 10010010 | 10 | 11110 | 0 | 1100011 | 101011 | 1001110 | 1100001 | 11101 |
Color Harmonies of #669202
Complementary color
Monochromatic Colors of #669202
Black with #669202
Text Example
Text Example
White with #669202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669202; }
p { color: rgb(102,146,2); }
H1.HeaderClassName
{
color: #669202;
}
.AnyTagClassName
{
color: #669202;
}
</style>
background-color css
<style>
a { background-color: #669202; }
a { background-color: rgb(102,146,2); }
div.DivClassName
{
background-color: #669202;
}
.BgClassName
{
background-color: #669202;
}
</style>
border-color css
<style>
span { border-color: #669202; }
span { border-color: rgb(102,146,2); }
td.TdClassName
{
border-color: #669202;
}
.TagClassName
{
border-color: #669202;
}
</style>