Shades of Olive Drab #6B8907
Tints of Olive Drab #6B8907
RGB
CMYK
RGB Variations
Color information
#6B8907 (or 0x6B8907) is known color: Olive Drab. HEX triplet: 6B, 89 and 07. RGB value is (107,137,7). Sum of RGB (Red+Green+Blue) = 107+137+7=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8907 is #9476F8. Grayscale: #717171. Windows color (decimal): -9729785 or 493931. OLE color: 493931.
HSL color Cylindrical-coordinate representation of color #6B8907: hue angle of 73.85º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B8907 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 7 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.46 |
| HSL | 73.85º | 0.9% | 0.28% | - |
| HSV(B) | 73.85º | 0.95% | 0.54% | - |
| XYZ | 15.05 | 21.03 | 3.47 | - |
| YUV | 113.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 7 | 0.22 | 0 | 0.95 | 0.46 | 73.85 | 0.9 | 0.28 |
| Hex | 6B | 89 | 7 | 16 | 0 | 5F | 2E | 4A | 5A | 1C |
| Octal | 153 | 211 | 7 | 26 | 0 | 137 | 56 | 112 | 132 | 34 |
| Binary | 1101011 | 10001001 | 111 | 10110 | 0 | 1011111 | 101110 | 1001010 | 1011010 | 11100 |
Color Harmonies of #6B8907
Complementary color
Monochromatic Colors of #6B8907
Black with #6B8907
Text Example
Text Example
White with #6B8907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8907; }
p { color: rgb(107,137,7); }
H1.HeaderClassName
{
color: #6B8907;
}
.AnyTagClassName
{
color: #6B8907;
}
</style>
background-color css
<style>
a { background-color: #6B8907; }
a { background-color: rgb(107,137,7); }
div.DivClassName
{
background-color: #6B8907;
}
.BgClassName
{
background-color: #6B8907;
}
</style>
border-color css
<style>
span { border-color: #6B8907; }
span { border-color: rgb(107,137,7); }
td.TdClassName
{
border-color: #6B8907;
}
.TagClassName
{
border-color: #6B8907;
}
</style>