Shades of Olive Drab #6B8A2A
Tints of Olive Drab #6B8A2A
RGB
CMYK
RGB Variations
Color information
#6B8A2A (or 0x6B8A2A) is known color: Olive Drab. HEX triplet: 6B, 8A and 2A. RGB value is (107,138,42). Sum of RGB (Red+Green+Blue) = 107+138+42=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8A2A is #9475D5. Grayscale: #767676. Windows color (decimal): -9729494 or 2787947. OLE color: 2787947.
HSL color Cylindrical-coordinate representation of color #6B8A2A: hue angle of 79.38º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B8A2A is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 138 | 42 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.46 |
| HSL | 79.38º | 0.53% | 0.35% | - |
| HSV(B) | 79.38º | 0.7% | 0.54% | - |
| XYZ | 15.57 | 21.47 | 5.51 | - |
| YUV | 117.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 42 | 0.22 | 0 | 0.70 | 0.46 | 79.38 | 0.53 | 0.35 |
| Hex | 6B | 8A | 2A | 16 | 0 | 46 | 2E | 4F | 35 | 23 |
| Octal | 153 | 212 | 52 | 26 | 0 | 106 | 56 | 117 | 65 | 43 |
| Binary | 1101011 | 10001010 | 101010 | 10110 | 0 | 1000110 | 101110 | 1001111 | 110101 | 100011 |
Color Harmonies of #6B8A2A
Complementary color
Monochromatic Colors of #6B8A2A
Black with #6B8A2A
Text Example
Text Example
White with #6B8A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8A2A; }
p { color: rgb(107,138,42); }
H1.HeaderClassName
{
color: #6B8A2A;
}
.AnyTagClassName
{
color: #6B8A2A;
}
</style>
background-color css
<style>
a { background-color: #6B8A2A; }
a { background-color: rgb(107,138,42); }
div.DivClassName
{
background-color: #6B8A2A;
}
.BgClassName
{
background-color: #6B8A2A;
}
</style>
border-color css
<style>
span { border-color: #6B8A2A; }
span { border-color: rgb(107,138,42); }
td.TdClassName
{
border-color: #6B8A2A;
}
.TagClassName
{
border-color: #6B8A2A;
}
</style>