Shades of Olive Drab #6B892A
Tints of Olive Drab #6B892A
RGB
CMYK
RGB Variations
Color information
#6B892A (or 0x6B892A) is known color: Olive Drab. HEX triplet: 6B, 89 and 2A. RGB value is (107,137,42). Sum of RGB (Red+Green+Blue) = 107+137+42=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #6B892A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B892A is #9476D5. Grayscale: #757575. Windows color (decimal): -9729750 or 2787691. OLE color: 2787691.
HSL color Cylindrical-coordinate representation of color #6B892A: hue angle of 78.95º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B892A is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 42 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.46 |
| HSL | 78.95º | 0.53% | 0.35% | - |
| HSV(B) | 78.95º | 0.69% | 0.54% | - |
| XYZ | 15.43 | 21.18 | 5.47 | - |
| YUV | 117.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 42 | 0.22 | 0 | 0.69 | 0.46 | 78.95 | 0.53 | 0.35 |
| Hex | 6B | 89 | 2A | 16 | 0 | 45 | 2E | 4F | 35 | 23 |
| Octal | 153 | 211 | 52 | 26 | 0 | 105 | 56 | 117 | 65 | 43 |
| Binary | 1101011 | 10001001 | 101010 | 10110 | 0 | 1000101 | 101110 | 1001111 | 110101 | 100011 |
Color Harmonies of #6B892A
Complementary color
Monochromatic Colors of #6B892A
Black with #6B892A
Text Example
Text Example
White with #6B892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B892A; }
p { color: rgb(107,137,42); }
H1.HeaderClassName
{
color: #6B892A;
}
.AnyTagClassName
{
color: #6B892A;
}
</style>
background-color css
<style>
a { background-color: #6B892A; }
a { background-color: rgb(107,137,42); }
div.DivClassName
{
background-color: #6B892A;
}
.BgClassName
{
background-color: #6B892A;
}
</style>
border-color css
<style>
span { border-color: #6B892A; }
span { border-color: rgb(107,137,42); }
td.TdClassName
{
border-color: #6B892A;
}
.TagClassName
{
border-color: #6B892A;
}
</style>