Shades of Olive Drab #6B922A
Tints of Olive Drab #6B922A
RGB
CMYK
RGB Variations
Color information
#6B922A (or 0x6B922A) is known color: Olive Drab. HEX triplet: 6B, 92 and 2A. RGB value is (107,146,42). Sum of RGB (Red+Green+Blue) = 107+146+42=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #6B922A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B922A is #946DD5. Grayscale: #7A7A7A. Windows color (decimal): -9727446 or 2789995. OLE color: 2789995.
HSL color Cylindrical-coordinate representation of color #6B922A: hue angle of 82.5º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B922A is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 42 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.43 |
| HSL | 82.5º | 0.55% | 0.37% | - |
| HSV(B) | 82.5º | 0.71% | 0.57% | - |
| XYZ | 16.76 | 23.85 | 5.91 | - |
| YUV | 122.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 42 | 0.27 | 0 | 0.71 | 0.43 | 82.5 | 0.55 | 0.37 |
| Hex | 6B | 92 | 2A | 1B | 0 | 47 | 2B | 52 | 37 | 25 |
| Octal | 153 | 222 | 52 | 33 | 0 | 107 | 53 | 122 | 67 | 45 |
| Binary | 1101011 | 10010010 | 101010 | 11011 | 0 | 1000111 | 101011 | 1010010 | 110111 | 100101 |
Color Harmonies of #6B922A
Complementary color
Monochromatic Colors of #6B922A
Black with #6B922A
Text Example
Text Example
White with #6B922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B922A; }
p { color: rgb(107,146,42); }
H1.HeaderClassName
{
color: #6B922A;
}
.AnyTagClassName
{
color: #6B922A;
}
</style>
background-color css
<style>
a { background-color: #6B922A; }
a { background-color: rgb(107,146,42); }
div.DivClassName
{
background-color: #6B922A;
}
.BgClassName
{
background-color: #6B922A;
}
</style>
border-color css
<style>
span { border-color: #6B922A; }
span { border-color: rgb(107,146,42); }
td.TdClassName
{
border-color: #6B922A;
}
.TagClassName
{
border-color: #6B922A;
}
</style>