Shades of Olive Drab #678308
Tints of Olive Drab #678308
RGB
CMYK
RGB Variations
Color information
#678308 (or 0x678308) is known color: Olive Drab. HEX triplet: 67, 83 and 08. RGB value is (103,131,8). Sum of RGB (Red+Green+Blue) = 103+131+8=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #678308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678308 is #987CF7. Grayscale: #6D6D6D. Windows color (decimal): -9993464 or 557927. OLE color: 557927.
HSL color Cylindrical-coordinate representation of color #678308: hue angle of 73.66º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #678308 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 8 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.49 |
| HSL | 73.66º | 0.88% | 0.27% | - |
| HSV(B) | 73.66º | 0.94% | 0.51% | - |
| XYZ | 13.75 | 19.13 | 3.2 | - |
| YUV | 108.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 8 | 0.21 | 0 | 0.94 | 0.49 | 73.66 | 0.88 | 0.27 |
| Hex | 67 | 83 | 8 | 15 | 0 | 5E | 31 | 4A | 58 | 1B |
| Octal | 147 | 203 | 10 | 25 | 0 | 136 | 61 | 112 | 130 | 33 |
| Binary | 1100111 | 10000011 | 1000 | 10101 | 0 | 1011110 | 110001 | 1001010 | 1011000 | 11011 |
Color Harmonies of #678308
Complementary color
Monochromatic Colors of #678308
Black with #678308
Text Example
Text Example
White with #678308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678308; }
p { color: rgb(103,131,8); }
H1.HeaderClassName
{
color: #678308;
}
.AnyTagClassName
{
color: #678308;
}
</style>
background-color css
<style>
a { background-color: #678308; }
a { background-color: rgb(103,131,8); }
div.DivClassName
{
background-color: #678308;
}
.BgClassName
{
background-color: #678308;
}
</style>
border-color css
<style>
span { border-color: #678308; }
span { border-color: rgb(103,131,8); }
td.TdClassName
{
border-color: #678308;
}
.TagClassName
{
border-color: #678308;
}
</style>