Shades of Olive Drab #679808
Tints of Olive Drab #679808
RGB
CMYK
RGB Variations
Color information
#679808 (or 0x679808) is known color: Olive Drab. HEX triplet: 67, 98 and 08. RGB value is (103,152,8). Sum of RGB (Red+Green+Blue) = 103+152+8=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #679808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679808 is #9867F7. Grayscale: #797979. Windows color (decimal): -9988088 or 563303. OLE color: 563303.
HSL color Cylindrical-coordinate representation of color #679808: hue angle of 80.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #679808 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 8 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.40 |
| HSL | 80.42º | 0.9% | 0.31% | - |
| HSV(B) | 80.42º | 0.95% | 0.6% | - |
| XYZ | 16.87 | 25.36 | 4.24 | - |
| YUV | 120.93 | 64.27 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 8 | 0.32 | 0 | 0.95 | 0.40 | 80.42 | 0.9 | 0.31 |
| Hex | 67 | 98 | 8 | 20 | 0 | 5F | 28 | 50 | 5A | 1F |
| Octal | 147 | 230 | 10 | 40 | 0 | 137 | 50 | 120 | 132 | 37 |
| Binary | 1100111 | 10011000 | 1000 | 100000 | 0 | 1011111 | 101000 | 1010000 | 1011010 | 11111 |
Color Harmonies of #679808
Complementary color
Monochromatic Colors of #679808
Black with #679808
Text Example
Text Example
White with #679808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679808; }
p { color: rgb(103,152,8); }
H1.HeaderClassName
{
color: #679808;
}
.AnyTagClassName
{
color: #679808;
}
</style>
background-color css
<style>
a { background-color: #679808; }
a { background-color: rgb(103,152,8); }
div.DivClassName
{
background-color: #679808;
}
.BgClassName
{
background-color: #679808;
}
</style>
border-color css
<style>
span { border-color: #679808; }
span { border-color: rgb(103,152,8); }
td.TdClassName
{
border-color: #679808;
}
.TagClassName
{
border-color: #679808;
}
</style>