Shades of Olive Drab #6B9130
Tints of Olive Drab #6B9130
RGB
CMYK
RGB Variations
Color information
#6B9130 (or 0x6B9130) is known color: Olive Drab. HEX triplet: 6B, 91 and 30. RGB value is (107,145,48). Sum of RGB (Red+Green+Blue) = 107+145+48=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9130 is #946ECF. Grayscale: #7A7A7A. Windows color (decimal): -9727696 or 3182955. OLE color: 3182955.
HSL color Cylindrical-coordinate representation of color #6B9130: hue angle of 83.51º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B9130 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 48 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.43 |
| HSL | 83.51º | 0.5% | 0.38% | - |
| HSV(B) | 83.51º | 0.67% | 0.57% | - |
| XYZ | 16.72 | 23.59 | 6.47 | - |
| YUV | 122.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 48 | 0.26 | 0 | 0.67 | 0.43 | 83.51 | 0.5 | 0.38 |
| Hex | 6B | 91 | 30 | 1A | 0 | 43 | 2B | 54 | 32 | 26 |
| Octal | 153 | 221 | 60 | 32 | 0 | 103 | 53 | 124 | 62 | 46 |
| Binary | 1101011 | 10010001 | 110000 | 11010 | 0 | 1000011 | 101011 | 1010100 | 110010 | 100110 |
Color Harmonies of #6B9130
Complementary color
Monochromatic Colors of #6B9130
Black with #6B9130
Text Example
Text Example
White with #6B9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9130; }
p { color: rgb(107,145,48); }
H1.HeaderClassName
{
color: #6B9130;
}
.AnyTagClassName
{
color: #6B9130;
}
</style>
background-color css
<style>
a { background-color: #6B9130; }
a { background-color: rgb(107,145,48); }
div.DivClassName
{
background-color: #6B9130;
}
.BgClassName
{
background-color: #6B9130;
}
</style>
border-color css
<style>
span { border-color: #6B9130; }
span { border-color: rgb(107,145,48); }
td.TdClassName
{
border-color: #6B9130;
}
.TagClassName
{
border-color: #6B9130;
}
</style>