Shades of Olive Drab #67852A
Tints of Olive Drab #67852A
RGB
CMYK
RGB Variations
Color information
#67852A (or 0x67852A) is known color: Olive Drab. HEX triplet: 67, 85 and 2A. RGB value is (103,133,42). Sum of RGB (Red+Green+Blue) = 103+133+42=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #67852A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67852A is #987AD5. Grayscale: #717171. Windows color (decimal): -9992918 or 2786663. OLE color: 2786663.
HSL color Cylindrical-coordinate representation of color #67852A: hue angle of 79.78º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67852A is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 42 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.48 |
| HSL | 79.78º | 0.52% | 0.34% | - |
| HSV(B) | 79.78º | 0.68% | 0.52% | - |
| XYZ | 14.4 | 19.83 | 5.26 | - |
| YUV | 113.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 42 | 0.23 | 0 | 0.68 | 0.48 | 79.78 | 0.52 | 0.34 |
| Hex | 67 | 85 | 2A | 17 | 0 | 44 | 30 | 50 | 34 | 22 |
| Octal | 147 | 205 | 52 | 27 | 0 | 104 | 60 | 120 | 64 | 42 |
| Binary | 1100111 | 10000101 | 101010 | 10111 | 0 | 1000100 | 110000 | 1010000 | 110100 | 100010 |
Color Harmonies of #67852A
Complementary color
Monochromatic Colors of #67852A
Black with #67852A
Text Example
Text Example
White with #67852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67852A; }
p { color: rgb(103,133,42); }
H1.HeaderClassName
{
color: #67852A;
}
.AnyTagClassName
{
color: #67852A;
}
</style>
background-color css
<style>
a { background-color: #67852A; }
a { background-color: rgb(103,133,42); }
div.DivClassName
{
background-color: #67852A;
}
.BgClassName
{
background-color: #67852A;
}
</style>
border-color css
<style>
span { border-color: #67852A; }
span { border-color: rgb(103,133,42); }
td.TdClassName
{
border-color: #67852A;
}
.TagClassName
{
border-color: #67852A;
}
</style>