Shades of Olive Drab #678527
Tints of Olive Drab #678527
RGB
CMYK
RGB Variations
Color information
#678527 (or 0x678527) is known color: Olive Drab. HEX triplet: 67, 85 and 27. RGB value is (103,133,39). Sum of RGB (Red+Green+Blue) = 103+133+39=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #678527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678527 is #987AD8. Grayscale: #717171. Windows color (decimal): -9992921 or 2590055. OLE color: 2590055.
HSL color Cylindrical-coordinate representation of color #678527: hue angle of 79.15º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #678527 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 39 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.48 |
| HSL | 79.15º | 0.55% | 0.34% | - |
| HSV(B) | 79.15º | 0.71% | 0.52% | - |
| XYZ | 14.35 | 19.81 | 4.99 | - |
| YUV | 113.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 39 | 0.23 | 0 | 0.71 | 0.48 | 79.15 | 0.55 | 0.34 |
| Hex | 67 | 85 | 27 | 17 | 0 | 47 | 30 | 4F | 37 | 22 |
| Octal | 147 | 205 | 47 | 27 | 0 | 107 | 60 | 117 | 67 | 42 |
| Binary | 1100111 | 10000101 | 100111 | 10111 | 0 | 1000111 | 110000 | 1001111 | 110111 | 100010 |
Color Harmonies of #678527
Complementary color
Monochromatic Colors of #678527
Black with #678527
Text Example
Text Example
White with #678527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678527; }
p { color: rgb(103,133,39); }
H1.HeaderClassName
{
color: #678527;
}
.AnyTagClassName
{
color: #678527;
}
</style>
background-color css
<style>
a { background-color: #678527; }
a { background-color: rgb(103,133,39); }
div.DivClassName
{
background-color: #678527;
}
.BgClassName
{
background-color: #678527;
}
</style>
border-color css
<style>
span { border-color: #678527; }
span { border-color: rgb(103,133,39); }
td.TdClassName
{
border-color: #678527;
}
.TagClassName
{
border-color: #678527;
}
</style>