Shades of Olive Drab #67832F
Tints of Olive Drab #67832F
RGB
CMYK
RGB Variations
Color information
#67832F (or 0x67832F) is known color: Olive Drab. HEX triplet: 67, 83 and 2F. RGB value is (103,131,47). Sum of RGB (Red+Green+Blue) = 103+131+47=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #67832F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67832F is #987CD0. Grayscale: #717171. Windows color (decimal): -9993425 or 3113831. OLE color: 3113831.
HSL color Cylindrical-coordinate representation of color #67832F: hue angle of 80º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67832F is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 47 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.49 |
| HSL | 80º | 0.47% | 0.35% | - |
| HSV(B) | 80º | 0.64% | 0.51% | - |
| XYZ | 14.22 | 19.32 | 5.67 | - |
| YUV | 113.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 47 | 0.21 | 0 | 0.64 | 0.49 | 80 | 0.47 | 0.35 |
| Hex | 67 | 83 | 2F | 15 | 0 | 40 | 31 | 50 | 2F | 23 |
| Octal | 147 | 203 | 57 | 25 | 0 | 100 | 61 | 120 | 57 | 43 |
| Binary | 1100111 | 10000011 | 101111 | 10101 | 0 | 1000000 | 110001 | 1010000 | 101111 | 100011 |
Color Harmonies of #67832F
Complementary color
Monochromatic Colors of #67832F
Black with #67832F
Text Example
Text Example
White with #67832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67832F; }
p { color: rgb(103,131,47); }
H1.HeaderClassName
{
color: #67832F;
}
.AnyTagClassName
{
color: #67832F;
}
</style>
background-color css
<style>
a { background-color: #67832F; }
a { background-color: rgb(103,131,47); }
div.DivClassName
{
background-color: #67832F;
}
.BgClassName
{
background-color: #67832F;
}
</style>
border-color css
<style>
span { border-color: #67832F; }
span { border-color: rgb(103,131,47); }
td.TdClassName
{
border-color: #67832F;
}
.TagClassName
{
border-color: #67832F;
}
</style>