Shades of Olive Drab #688133
Tints of Olive Drab #688133
RGB
CMYK
RGB Variations
Color information
#688133 (or 0x688133) is known color: Olive Drab. HEX triplet: 68, 81 and 33. RGB value is (104,129,51). Sum of RGB (Red+Green+Blue) = 104+129+51=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #688133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688133 is #977ECC. Grayscale: #707070. Windows color (decimal): -9928397 or 3375464. OLE color: 3375464.
HSL color Cylindrical-coordinate representation of color #688133: hue angle of 79.23º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #688133 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 51 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.49 |
| HSL | 79.23º | 0.43% | 0.35% | - |
| HSV(B) | 79.23º | 0.6% | 0.51% | - |
| XYZ | 14.16 | 18.88 | 6.03 | - |
| YUV | 112.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 51 | 0.19 | 0 | 0.60 | 0.49 | 79.23 | 0.43 | 0.35 |
| Hex | 68 | 81 | 33 | 13 | 0 | 3C | 31 | 4F | 2B | 23 |
| Octal | 150 | 201 | 63 | 23 | 0 | 74 | 61 | 117 | 53 | 43 |
| Binary | 1101000 | 10000001 | 110011 | 10011 | 0 | 111100 | 110001 | 1001111 | 101011 | 100011 |
Color Harmonies of #688133
Complementary color
Monochromatic Colors of #688133
Black with #688133
Text Example
Text Example
White with #688133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688133; }
p { color: rgb(104,129,51); }
H1.HeaderClassName
{
color: #688133;
}
.AnyTagClassName
{
color: #688133;
}
</style>
background-color css
<style>
a { background-color: #688133; }
a { background-color: rgb(104,129,51); }
div.DivClassName
{
background-color: #688133;
}
.BgClassName
{
background-color: #688133;
}
</style>
border-color css
<style>
span { border-color: #688133; }
span { border-color: rgb(104,129,51); }
td.TdClassName
{
border-color: #688133;
}
.TagClassName
{
border-color: #688133;
}
</style>