Shades of Olive Drab #6C8D23
Tints of Olive Drab #6C8D23
RGB
CMYK
RGB Variations
Color information
#6C8D23 (or 0x6C8D23) is known color: Olive Drab. HEX triplet: 6C, 8D and 23. RGB value is (108,141,35). Sum of RGB (Red+Green+Blue) = 108+141+35=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8D23 is #9372DC. Grayscale: #777777. Windows color (decimal): -9663197 or 2329964. OLE color: 2329964.
HSL color Cylindrical-coordinate representation of color #6C8D23: hue angle of 78.68º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C8D23 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 141 | 35 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.45 |
| HSL | 78.68º | 0.6% | 0.35% | - |
| HSV(B) | 78.68º | 0.75% | 0.55% | - |
| XYZ | 16.01 | 22.36 | 5.06 | - |
| YUV | 119.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 141 | 35 | 0.23 | 0 | 0.75 | 0.45 | 78.68 | 0.6 | 0.35 |
| Hex | 6C | 8D | 23 | 17 | 0 | 4B | 2D | 4F | 3C | 23 |
| Octal | 154 | 215 | 43 | 27 | 0 | 113 | 55 | 117 | 74 | 43 |
| Binary | 1101100 | 10001101 | 100011 | 10111 | 0 | 1001011 | 101101 | 1001111 | 111100 | 100011 |
Color Harmonies of #6C8D23
Complementary color
Monochromatic Colors of #6C8D23
Black with #6C8D23
Text Example
Text Example
White with #6C8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8D23; }
p { color: rgb(108,141,35); }
H1.HeaderClassName
{
color: #6C8D23;
}
.AnyTagClassName
{
color: #6C8D23;
}
</style>
background-color css
<style>
a { background-color: #6C8D23; }
a { background-color: rgb(108,141,35); }
div.DivClassName
{
background-color: #6C8D23;
}
.BgClassName
{
background-color: #6C8D23;
}
</style>
border-color css
<style>
span { border-color: #6C8D23; }
span { border-color: rgb(108,141,35); }
td.TdClassName
{
border-color: #6C8D23;
}
.TagClassName
{
border-color: #6C8D23;
}
</style>