Shades of Olive Drab #668B02
Tints of Olive Drab #668B02
RGB
CMYK
RGB Variations
Color information
#668B02 (or 0x668B02) is known color: Olive Drab. HEX triplet: 66, 8B and 02. RGB value is (102,139,2). Sum of RGB (Red+Green+Blue) = 102+139+2=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #668B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B02 is #9974FD. Grayscale: #707070. Windows color (decimal): -10056958 or 166758. OLE color: 166758.
HSL color Cylindrical-coordinate representation of color #668B02: hue angle of 76.2º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #668B02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.45 |
| HSL | 76.2º | 0.97% | 0.28% | - |
| HSV(B) | 76.2º | 0.99% | 0.55% | - |
| XYZ | 14.72 | 21.29 | 3.39 | - |
| YUV | 112.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 2 | 0.27 | 0 | 0.99 | 0.45 | 76.2 | 0.97 | 0.28 |
| Hex | 66 | 8B | 2 | 1B | 0 | 63 | 2D | 4C | 61 | 1C |
| Octal | 146 | 213 | 2 | 33 | 0 | 143 | 55 | 114 | 141 | 34 |
| Binary | 1100110 | 10001011 | 10 | 11011 | 0 | 1100011 | 101101 | 1001100 | 1100001 | 11100 |
Color Harmonies of #668B02
Complementary color
Monochromatic Colors of #668B02
Black with #668B02
Text Example
Text Example
White with #668B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B02; }
p { color: rgb(102,139,2); }
H1.HeaderClassName
{
color: #668B02;
}
.AnyTagClassName
{
color: #668B02;
}
</style>
background-color css
<style>
a { background-color: #668B02; }
a { background-color: rgb(102,139,2); }
div.DivClassName
{
background-color: #668B02;
}
.BgClassName
{
background-color: #668B02;
}
</style>
border-color css
<style>
span { border-color: #668B02; }
span { border-color: rgb(102,139,2); }
td.TdClassName
{
border-color: #668B02;
}
.TagClassName
{
border-color: #668B02;
}
</style>