Shades of Olive Drab #679912
Tints of Olive Drab #679912
RGB
CMYK
RGB Variations
Color information
#679912 (or 0x679912) is known color: Olive Drab. HEX triplet: 67, 99 and 12. RGB value is (103,153,18). Sum of RGB (Red+Green+Blue) = 103+153+18=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #679912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679912 is #9866ED. Grayscale: #7B7B7B. Windows color (decimal): -9987822 or 1218919. OLE color: 1218919.
HSL color Cylindrical-coordinate representation of color #679912: hue angle of 82.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #679912 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 18 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.4 |
| HSL | 82.22º | 0.79% | 0.34% | - |
| HSV(B) | 82.22º | 0.88% | 0.6% | - |
| XYZ | 17.09 | 25.71 | 4.63 | - |
| YUV | 122.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 18 | 0.33 | 0 | 0.88 | 0.4 | 82.22 | 0.79 | 0.34 |
| Hex | 67 | 99 | 12 | 21 | 0 | 58 | 28 | 52 | 4F | 22 |
| Octal | 147 | 231 | 22 | 41 | 0 | 130 | 50 | 122 | 117 | 42 |
| Binary | 1100111 | 10011001 | 10010 | 100001 | 0 | 1011000 | 101000 | 1010010 | 1001111 | 100010 |
Color Harmonies of #679912
Complementary color
Monochromatic Colors of #679912
Black with #679912
Text Example
Text Example
White with #679912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679912; }
p { color: rgb(103,153,18); }
H1.HeaderClassName
{
color: #679912;
}
.AnyTagClassName
{
color: #679912;
}
</style>
background-color css
<style>
a { background-color: #679912; }
a { background-color: rgb(103,153,18); }
div.DivClassName
{
background-color: #679912;
}
.BgClassName
{
background-color: #679912;
}
</style>
border-color css
<style>
span { border-color: #679912; }
span { border-color: rgb(103,153,18); }
td.TdClassName
{
border-color: #679912;
}
.TagClassName
{
border-color: #679912;
}
</style>