Shades of Olive Drab #6C932B
Tints of Olive Drab #6C932B
RGB
CMYK
RGB Variations
Color information
#6C932B (or 0x6C932B) is known color: Olive Drab. HEX triplet: 6C, 93 and 2B. RGB value is (108,147,43). Sum of RGB (Red+Green+Blue) = 108+147+43=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #6C932B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C932B is #936CD4. Grayscale: #7B7B7B. Windows color (decimal): -9661653 or 2855788. OLE color: 2855788.
HSL color Cylindrical-coordinate representation of color #6C932B: hue angle of 82.5º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C932B is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 147 | 43 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.42 |
| HSL | 82.5º | 0.55% | 0.37% | - |
| HSV(B) | 82.5º | 0.71% | 0.58% | - |
| XYZ | 17.05 | 24.23 | 6.06 | - |
| YUV | 123.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 43 | 0.27 | 0 | 0.71 | 0.42 | 82.5 | 0.55 | 0.37 |
| Hex | 6C | 93 | 2B | 1B | 0 | 47 | 2A | 52 | 37 | 25 |
| Octal | 154 | 223 | 53 | 33 | 0 | 107 | 52 | 122 | 67 | 45 |
| Binary | 1101100 | 10010011 | 101011 | 11011 | 0 | 1000111 | 101010 | 1010010 | 110111 | 100101 |
Color Harmonies of #6C932B
Complementary color
Monochromatic Colors of #6C932B
Black with #6C932B
Text Example
Text Example
White with #6C932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C932B; }
p { color: rgb(108,147,43); }
H1.HeaderClassName
{
color: #6C932B;
}
.AnyTagClassName
{
color: #6C932B;
}
</style>
background-color css
<style>
a { background-color: #6C932B; }
a { background-color: rgb(108,147,43); }
div.DivClassName
{
background-color: #6C932B;
}
.BgClassName
{
background-color: #6C932B;
}
</style>
border-color css
<style>
span { border-color: #6C932B; }
span { border-color: rgb(108,147,43); }
td.TdClassName
{
border-color: #6C932B;
}
.TagClassName
{
border-color: #6C932B;
}
</style>