Shades of Olive Drab #678225
Tints of Olive Drab #678225
RGB
CMYK
RGB Variations
Color information
#678225 (or 0x678225) is known color: Olive Drab. HEX triplet: 67, 82 and 25. RGB value is (103,130,37). Sum of RGB (Red+Green+Blue) = 103+130+37=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #678225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678225 is #987DDA. Grayscale: #6F6F6F. Windows color (decimal): -9993691 or 2458215. OLE color: 2458215.
HSL color Cylindrical-coordinate representation of color #678225: hue angle of 77.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #678225 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 37 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.49 |
| HSL | 77.42º | 0.56% | 0.33% | - |
| HSV(B) | 77.42º | 0.72% | 0.51% | - |
| XYZ | 13.91 | 18.98 | 4.68 | - |
| YUV | 111.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 37 | 0.21 | 0 | 0.72 | 0.49 | 77.42 | 0.56 | 0.33 |
| Hex | 67 | 82 | 25 | 15 | 0 | 48 | 31 | 4D | 38 | 21 |
| Octal | 147 | 202 | 45 | 25 | 0 | 110 | 61 | 115 | 70 | 41 |
| Binary | 1100111 | 10000010 | 100101 | 10101 | 0 | 1001000 | 110001 | 1001101 | 111000 | 100001 |
Color Harmonies of #678225
Complementary color
Monochromatic Colors of #678225
Black with #678225
Text Example
Text Example
White with #678225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678225; }
p { color: rgb(103,130,37); }
H1.HeaderClassName
{
color: #678225;
}
.AnyTagClassName
{
color: #678225;
}
</style>
background-color css
<style>
a { background-color: #678225; }
a { background-color: rgb(103,130,37); }
div.DivClassName
{
background-color: #678225;
}
.BgClassName
{
background-color: #678225;
}
</style>
border-color css
<style>
span { border-color: #678225; }
span { border-color: rgb(103,130,37); }
td.TdClassName
{
border-color: #678225;
}
.TagClassName
{
border-color: #678225;
}
</style>