Shades of Olive Drab #648C02
Tints of Olive Drab #648C02
RGB
CMYK
RGB Variations
Color information
#648C02 (or 0x648C02) is known color: Olive Drab. HEX triplet: 64, 8C and 02. RGB value is (100,140,2). Sum of RGB (Red+Green+Blue) = 100+140+2=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #648C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648C02 is #9B73FD. Grayscale: #707070. Windows color (decimal): -10187774 or 167012. OLE color: 167012.
HSL color Cylindrical-coordinate representation of color #648C02: hue angle of 77.39º 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 #648C02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 140 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.45 |
| HSL | 77.39º | 0.97% | 0.28% | - |
| HSV(B) | 77.39º | 0.99% | 0.55% | - |
| XYZ | 14.64 | 21.47 | 3.43 | - |
| YUV | 112.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 2 | 0.29 | 0 | 0.99 | 0.45 | 77.39 | 0.97 | 0.28 |
| Hex | 64 | 8C | 2 | 1D | 0 | 63 | 2D | 4D | 61 | 1C |
| Octal | 144 | 214 | 2 | 35 | 0 | 143 | 55 | 115 | 141 | 34 |
| Binary | 1100100 | 10001100 | 10 | 11101 | 0 | 1100011 | 101101 | 1001101 | 1100001 | 11100 |
Color Harmonies of #648C02
Complementary color
Monochromatic Colors of #648C02
Black with #648C02
Text Example
Text Example
White with #648C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C02; }
p { color: rgb(100,140,2); }
H1.HeaderClassName
{
color: #648C02;
}
.AnyTagClassName
{
color: #648C02;
}
</style>
background-color css
<style>
a { background-color: #648C02; }
a { background-color: rgb(100,140,2); }
div.DivClassName
{
background-color: #648C02;
}
.BgClassName
{
background-color: #648C02;
}
</style>
border-color css
<style>
span { border-color: #648C02; }
span { border-color: rgb(100,140,2); }
td.TdClassName
{
border-color: #648C02;
}
.TagClassName
{
border-color: #648C02;
}
</style>