Shades of Olive Drab #678130
Tints of Olive Drab #678130
RGB
CMYK
RGB Variations
Color information
#678130 (or 0x678130) is known color: Olive Drab. HEX triplet: 67, 81 and 30. RGB value is (103,129,48). Sum of RGB (Red+Green+Blue) = 103+129+48=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #678130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678130 is #987ECF. Grayscale: #707070. Windows color (decimal): -9993936 or 3178855. OLE color: 3178855.
HSL color Cylindrical-coordinate representation of color #678130: hue angle of 79.26º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #678130 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 48 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.49 |
| HSL | 79.26º | 0.46% | 0.35% | - |
| HSV(B) | 79.26º | 0.63% | 0.51% | - |
| XYZ | 13.98 | 18.8 | 5.69 | - |
| YUV | 111.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 48 | 0.20 | 0 | 0.63 | 0.49 | 79.26 | 0.46 | 0.35 |
| Hex | 67 | 81 | 30 | 14 | 0 | 3F | 31 | 4F | 2E | 23 |
| Octal | 147 | 201 | 60 | 24 | 0 | 77 | 61 | 117 | 56 | 43 |
| Binary | 1100111 | 10000001 | 110000 | 10100 | 0 | 111111 | 110001 | 1001111 | 101110 | 100011 |
Color Harmonies of #678130
Complementary color
Monochromatic Colors of #678130
Black with #678130
Text Example
Text Example
White with #678130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678130; }
p { color: rgb(103,129,48); }
H1.HeaderClassName
{
color: #678130;
}
.AnyTagClassName
{
color: #678130;
}
</style>
background-color css
<style>
a { background-color: #678130; }
a { background-color: rgb(103,129,48); }
div.DivClassName
{
background-color: #678130;
}
.BgClassName
{
background-color: #678130;
}
</style>
border-color css
<style>
span { border-color: #678130; }
span { border-color: rgb(103,129,48); }
td.TdClassName
{
border-color: #678130;
}
.TagClassName
{
border-color: #678130;
}
</style>