Shades of Olive Drab #678135
Tints of Olive Drab #678135
RGB
CMYK
RGB Variations
Color information
#678135 (or 0x678135) is known color: Olive Drab. HEX triplet: 67, 81 and 35. RGB value is (103,129,53). Sum of RGB (Red+Green+Blue) = 103+129+53=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #678135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678135 is #987ECA. Grayscale: #707070. Windows color (decimal): -9993931 or 3506535. OLE color: 3506535.
HSL color Cylindrical-coordinate representation of color #678135: hue angle of 80.53º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #678135 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 53 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.49 |
| HSL | 80.53º | 0.42% | 0.36% | - |
| HSV(B) | 80.53º | 0.59% | 0.51% | - |
| XYZ | 14.09 | 18.84 | 6.26 | - |
| YUV | 112.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 53 | 0.20 | 0 | 0.59 | 0.49 | 80.53 | 0.42 | 0.36 |
| Hex | 67 | 81 | 35 | 14 | 0 | 3B | 31 | 51 | 2A | 24 |
| Octal | 147 | 201 | 65 | 24 | 0 | 73 | 61 | 121 | 52 | 44 |
| Binary | 1100111 | 10000001 | 110101 | 10100 | 0 | 111011 | 110001 | 1010001 | 101010 | 100100 |
Color Harmonies of #678135
Complementary color
Monochromatic Colors of #678135
Black with #678135
Text Example
Text Example
White with #678135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678135; }
p { color: rgb(103,129,53); }
H1.HeaderClassName
{
color: #678135;
}
.AnyTagClassName
{
color: #678135;
}
</style>
background-color css
<style>
a { background-color: #678135; }
a { background-color: rgb(103,129,53); }
div.DivClassName
{
background-color: #678135;
}
.BgClassName
{
background-color: #678135;
}
</style>
border-color css
<style>
span { border-color: #678135; }
span { border-color: rgb(103,129,53); }
td.TdClassName
{
border-color: #678135;
}
.TagClassName
{
border-color: #678135;
}
</style>