Shades of Olive Drab #679202
Tints of Olive Drab #679202
RGB
CMYK
RGB Variations
Color information
#679202 (or 0x679202) is known color: Olive Drab. HEX triplet: 67, 92 and 02. RGB value is (103,146,2). Sum of RGB (Red+Green+Blue) = 103+146+2=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #679202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679202 is #986DFD. Grayscale: #757575. Windows color (decimal): -9989630 or 168551. OLE color: 168551.
HSL color Cylindrical-coordinate representation of color #679202: hue angle of 77.92º 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 #679202 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.43 |
| HSL | 77.92º | 0.97% | 0.29% | - |
| HSV(B) | 77.92º | 0.99% | 0.57% | - |
| XYZ | 15.88 | 23.45 | 3.75 | - |
| YUV | 116.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 2 | 0.29 | 0 | 0.99 | 0.43 | 77.92 | 0.97 | 0.29 |
| Hex | 67 | 92 | 2 | 1D | 0 | 63 | 2B | 4E | 61 | 1D |
| Octal | 147 | 222 | 2 | 35 | 0 | 143 | 53 | 116 | 141 | 35 |
| Binary | 1100111 | 10010010 | 10 | 11101 | 0 | 1100011 | 101011 | 1001110 | 1100001 | 11101 |
Color Harmonies of #679202
Complementary color
Monochromatic Colors of #679202
Black with #679202
Text Example
Text Example
White with #679202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679202; }
p { color: rgb(103,146,2); }
H1.HeaderClassName
{
color: #679202;
}
.AnyTagClassName
{
color: #679202;
}
</style>
background-color css
<style>
a { background-color: #679202; }
a { background-color: rgb(103,146,2); }
div.DivClassName
{
background-color: #679202;
}
.BgClassName
{
background-color: #679202;
}
</style>
border-color css
<style>
span { border-color: #679202; }
span { border-color: rgb(103,146,2); }
td.TdClassName
{
border-color: #679202;
}
.TagClassName
{
border-color: #679202;
}
</style>