Shades of Olive Drab #6B802F
Tints of Olive Drab #6B802F
RGB
CMYK
RGB Variations
Color information
#6B802F (or 0x6B802F) is known color: Olive Drab. HEX triplet: 6B, 80 and 2F. RGB value is (107,128,47). Sum of RGB (Red+Green+Blue) = 107+128+47=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #6B802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B802F is #947FD0. Grayscale: #707070. Windows color (decimal): -9732049 or 3113067. OLE color: 3113067.
HSL color Cylindrical-coordinate representation of color #6B802F: hue angle of 75.56º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B802F is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 128 | 47 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.50 |
| HSL | 75.56º | 0.46% | 0.34% | - |
| HSV(B) | 75.56º | 0.63% | 0.5% | - |
| XYZ | 14.3 | 18.77 | 5.56 | - |
| YUV | 112.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 47 | 0.16 | 0 | 0.63 | 0.50 | 75.56 | 0.46 | 0.34 |
| Hex | 6B | 80 | 2F | 10 | 0 | 3F | 32 | 4C | 2E | 22 |
| Octal | 153 | 200 | 57 | 20 | 0 | 77 | 62 | 114 | 56 | 42 |
| Binary | 1101011 | 10000000 | 101111 | 10000 | 0 | 111111 | 110010 | 1001100 | 101110 | 100010 |
Color Harmonies of #6B802F
Complementary color
Monochromatic Colors of #6B802F
Black with #6B802F
Text Example
Text Example
White with #6B802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B802F; }
p { color: rgb(107,128,47); }
H1.HeaderClassName
{
color: #6B802F;
}
.AnyTagClassName
{
color: #6B802F;
}
</style>
background-color css
<style>
a { background-color: #6B802F; }
a { background-color: rgb(107,128,47); }
div.DivClassName
{
background-color: #6B802F;
}
.BgClassName
{
background-color: #6B802F;
}
</style>
border-color css
<style>
span { border-color: #6B802F; }
span { border-color: rgb(107,128,47); }
td.TdClassName
{
border-color: #6B802F;
}
.TagClassName
{
border-color: #6B802F;
}
</style>