Shades of Olive Drab #6B8D26
Tints of Olive Drab #6B8D26
RGB
CMYK
RGB Variations
Color information
#6B8D26 (or 0x6B8D26) is known color: Olive Drab. HEX triplet: 6B, 8D and 26. RGB value is (107,141,38). Sum of RGB (Red+Green+Blue) = 107+141+38=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8D26 is #9472D9. Grayscale: #777777. Windows color (decimal): -9728730 or 2526571. OLE color: 2526571.
HSL color Cylindrical-coordinate representation of color #6B8D26: hue angle of 79.81º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B8D26 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 38 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.45 |
| HSL | 79.81º | 0.58% | 0.35% | - |
| HSV(B) | 79.81º | 0.73% | 0.55% | - |
| XYZ | 15.94 | 22.32 | 5.3 | - |
| YUV | 119.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 38 | 0.24 | 0 | 0.73 | 0.45 | 79.81 | 0.58 | 0.35 |
| Hex | 6B | 8D | 26 | 18 | 0 | 49 | 2D | 50 | 3A | 23 |
| Octal | 153 | 215 | 46 | 30 | 0 | 111 | 55 | 120 | 72 | 43 |
| Binary | 1101011 | 10001101 | 100110 | 11000 | 0 | 1001001 | 101101 | 1010000 | 111010 | 100011 |
Color Harmonies of #6B8D26
Complementary color
Monochromatic Colors of #6B8D26
Black with #6B8D26
Text Example
Text Example
White with #6B8D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D26; }
p { color: rgb(107,141,38); }
H1.HeaderClassName
{
color: #6B8D26;
}
.AnyTagClassName
{
color: #6B8D26;
}
</style>
background-color css
<style>
a { background-color: #6B8D26; }
a { background-color: rgb(107,141,38); }
div.DivClassName
{
background-color: #6B8D26;
}
.BgClassName
{
background-color: #6B8D26;
}
</style>
border-color css
<style>
span { border-color: #6B8D26; }
span { border-color: rgb(107,141,38); }
td.TdClassName
{
border-color: #6B8D26;
}
.TagClassName
{
border-color: #6B8D26;
}
</style>