Shades of Olive Drab #6C900B
Tints of Olive Drab #6C900B
RGB
CMYK
RGB Variations
Color information
#6C900B (or 0x6C900B) is known color: Olive Drab. HEX triplet: 6C, 90 and 0B. RGB value is (108,144,11). Sum of RGB (Red+Green+Blue) = 108+144+11=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #6C900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C900B is #936FF4. Grayscale: #767676. Windows color (decimal): -9662453 or 757868. OLE color: 757868.
HSL color Cylindrical-coordinate representation of color #6C900B: hue angle of 76.24º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C900B is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 144 | 11 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.44 |
| HSL | 76.24º | 0.86% | 0.3% | - |
| HSV(B) | 76.24º | 0.92% | 0.56% | - |
| XYZ | 16.22 | 23.16 | 3.93 | - |
| YUV | 118.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 144 | 11 | 0.25 | 0 | 0.92 | 0.44 | 76.24 | 0.86 | 0.3 |
| Hex | 6C | 90 | B | 19 | 0 | 5C | 2C | 4C | 56 | 1E |
| Octal | 154 | 220 | 13 | 31 | 0 | 134 | 54 | 114 | 126 | 36 |
| Binary | 1101100 | 10010000 | 1011 | 11001 | 0 | 1011100 | 101100 | 1001100 | 1010110 | 11110 |
Color Harmonies of #6C900B
Complementary color
Monochromatic Colors of #6C900B
Black with #6C900B
Text Example
Text Example
White with #6C900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C900B; }
p { color: rgb(108,144,11); }
H1.HeaderClassName
{
color: #6C900B;
}
.AnyTagClassName
{
color: #6C900B;
}
</style>
background-color css
<style>
a { background-color: #6C900B; }
a { background-color: rgb(108,144,11); }
div.DivClassName
{
background-color: #6C900B;
}
.BgClassName
{
background-color: #6C900B;
}
</style>
border-color css
<style>
span { border-color: #6C900B; }
span { border-color: rgb(108,144,11); }
td.TdClassName
{
border-color: #6C900B;
}
.TagClassName
{
border-color: #6C900B;
}
</style>