Shades of Olive Drab #6B8018
Tints of Olive Drab #6B8018
RGB
CMYK
RGB Variations
Color information
#6B8018 (or 0x6B8018) is known color: Olive Drab. HEX triplet: 6B, 80 and 18. RGB value is (107,128,24). Sum of RGB (Red+Green+Blue) = 107+128+24=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8018 is #947FE7. Grayscale: #6E6E6E. Windows color (decimal): -9732072 or 1605739. OLE color: 1605739.
HSL color Cylindrical-coordinate representation of color #6B8018: hue angle of 72.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B8018 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 128 | 24 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.50 |
| HSL | 72.12º | 0.68% | 0.3% | - |
| HSV(B) | 72.12º | 0.81% | 0.5% | - |
| XYZ | 13.95 | 18.63 | 3.73 | - |
| YUV | 109.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 24 | 0.16 | 0 | 0.81 | 0.50 | 72.12 | 0.68 | 0.3 |
| Hex | 6B | 80 | 18 | 10 | 0 | 51 | 32 | 48 | 44 | 1E |
| Octal | 153 | 200 | 30 | 20 | 0 | 121 | 62 | 110 | 104 | 36 |
| Binary | 1101011 | 10000000 | 11000 | 10000 | 0 | 1010001 | 110010 | 1001000 | 1000100 | 11110 |
Color Harmonies of #6B8018
Complementary color
Monochromatic Colors of #6B8018
Black with #6B8018
Text Example
Text Example
White with #6B8018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8018; }
p { color: rgb(107,128,24); }
H1.HeaderClassName
{
color: #6B8018;
}
.AnyTagClassName
{
color: #6B8018;
}
</style>
background-color css
<style>
a { background-color: #6B8018; }
a { background-color: rgb(107,128,24); }
div.DivClassName
{
background-color: #6B8018;
}
.BgClassName
{
background-color: #6B8018;
}
</style>
border-color css
<style>
span { border-color: #6B8018; }
span { border-color: rgb(107,128,24); }
td.TdClassName
{
border-color: #6B8018;
}
.TagClassName
{
border-color: #6B8018;
}
</style>