Shades of Olive Drab #679608
Tints of Olive Drab #679608
RGB
CMYK
RGB Variations
Color information
#679608 (or 0x679608) is known color: Olive Drab. HEX triplet: 67, 96 and 08. RGB value is (103,150,8). Sum of RGB (Red+Green+Blue) = 103+150+8=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #679608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679608 is #9869F7. Grayscale: #787878. Windows color (decimal): -9988600 or 562791. OLE color: 562791.
HSL color Cylindrical-coordinate representation of color #679608: hue angle of 79.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #679608 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 8 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.41 |
| HSL | 79.86º | 0.9% | 0.31% | - |
| HSV(B) | 79.86º | 0.95% | 0.59% | - |
| XYZ | 16.54 | 24.71 | 4.13 | - |
| YUV | 119.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 8 | 0.31 | 0 | 0.95 | 0.41 | 79.86 | 0.9 | 0.31 |
| Hex | 67 | 96 | 8 | 1F | 0 | 5F | 29 | 50 | 5A | 1F |
| Octal | 147 | 226 | 10 | 37 | 0 | 137 | 51 | 120 | 132 | 37 |
| Binary | 1100111 | 10010110 | 1000 | 11111 | 0 | 1011111 | 101001 | 1010000 | 1011010 | 11111 |
Color Harmonies of #679608
Complementary color
Monochromatic Colors of #679608
Black with #679608
Text Example
Text Example
White with #679608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679608; }
p { color: rgb(103,150,8); }
H1.HeaderClassName
{
color: #679608;
}
.AnyTagClassName
{
color: #679608;
}
</style>
background-color css
<style>
a { background-color: #679608; }
a { background-color: rgb(103,150,8); }
div.DivClassName
{
background-color: #679608;
}
.BgClassName
{
background-color: #679608;
}
</style>
border-color css
<style>
span { border-color: #679608; }
span { border-color: rgb(103,150,8); }
td.TdClassName
{
border-color: #679608;
}
.TagClassName
{
border-color: #679608;
}
</style>