Shades of Olive Drab #6B8130
Tints of Olive Drab #6B8130
RGB
CMYK
RGB Variations
Color information
#6B8130 (or 0x6B8130) is known color: Olive Drab. HEX triplet: 6B, 81 and 30. RGB value is (107,129,48). Sum of RGB (Red+Green+Blue) = 107+129+48=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8130 is #947ECF. Grayscale: #717171. Windows color (decimal): -9731792 or 3178859. OLE color: 3178859.
HSL color Cylindrical-coordinate representation of color #6B8130: hue angle of 76.3º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B8130 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 48 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.49 |
| HSL | 76.3º | 0.46% | 0.35% | - |
| HSV(B) | 76.3º | 0.63% | 0.51% | - |
| XYZ | 14.45 | 19.04 | 5.71 | - |
| YUV | 113.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 48 | 0.17 | 0 | 0.63 | 0.49 | 76.3 | 0.46 | 0.35 |
| Hex | 6B | 81 | 30 | 11 | 0 | 3F | 31 | 4C | 2E | 23 |
| Octal | 153 | 201 | 60 | 21 | 0 | 77 | 61 | 114 | 56 | 43 |
| Binary | 1101011 | 10000001 | 110000 | 10001 | 0 | 111111 | 110001 | 1001100 | 101110 | 100011 |
Color Harmonies of #6B8130
Complementary color
Monochromatic Colors of #6B8130
Black with #6B8130
Text Example
Text Example
White with #6B8130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8130; }
p { color: rgb(107,129,48); }
H1.HeaderClassName
{
color: #6B8130;
}
.AnyTagClassName
{
color: #6B8130;
}
</style>
background-color css
<style>
a { background-color: #6B8130; }
a { background-color: rgb(107,129,48); }
div.DivClassName
{
background-color: #6B8130;
}
.BgClassName
{
background-color: #6B8130;
}
</style>
border-color css
<style>
span { border-color: #6B8130; }
span { border-color: rgb(107,129,48); }
td.TdClassName
{
border-color: #6B8130;
}
.TagClassName
{
border-color: #6B8130;
}
</style>