Shades of Olive Drab #6B8A21
Tints of Olive Drab #6B8A21
RGB
CMYK
RGB Variations
Color information
#6B8A21 (or 0x6B8A21) is known color: Olive Drab. HEX triplet: 6B, 8A and 21. RGB value is (107,138,33). Sum of RGB (Red+Green+Blue) = 107+138+33=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8A21 is #9475DE. Grayscale: #757575. Windows color (decimal): -9729503 or 2198123. OLE color: 2198123.
HSL color Cylindrical-coordinate representation of color #6B8A21: hue angle of 77.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B8A21 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 138 | 33 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.46 |
| HSL | 77.71º | 0.61% | 0.34% | - |
| HSV(B) | 77.71º | 0.76% | 0.54% | - |
| XYZ | 15.43 | 21.41 | 4.76 | - |
| YUV | 116.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 33 | 0.22 | 0 | 0.76 | 0.46 | 77.71 | 0.61 | 0.34 |
| Hex | 6B | 8A | 21 | 16 | 0 | 4C | 2E | 4E | 3D | 22 |
| Octal | 153 | 212 | 41 | 26 | 0 | 114 | 56 | 116 | 75 | 42 |
| Binary | 1101011 | 10001010 | 100001 | 10110 | 0 | 1001100 | 101110 | 1001110 | 111101 | 100010 |
Color Harmonies of #6B8A21
Complementary color
Monochromatic Colors of #6B8A21
Black with #6B8A21
Text Example
Text Example
White with #6B8A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8A21; }
p { color: rgb(107,138,33); }
H1.HeaderClassName
{
color: #6B8A21;
}
.AnyTagClassName
{
color: #6B8A21;
}
</style>
background-color css
<style>
a { background-color: #6B8A21; }
a { background-color: rgb(107,138,33); }
div.DivClassName
{
background-color: #6B8A21;
}
.BgClassName
{
background-color: #6B8A21;
}
</style>
border-color css
<style>
span { border-color: #6B8A21; }
span { border-color: rgb(107,138,33); }
td.TdClassName
{
border-color: #6B8A21;
}
.TagClassName
{
border-color: #6B8A21;
}
</style>