Shades of Olive Drab #6B880C
Tints of Olive Drab #6B880C
RGB
CMYK
RGB Variations
Color information
#6B880C (or 0x6B880C) is known color: Olive Drab. HEX triplet: 6B, 88 and 0C. RGB value is (107,136,12). Sum of RGB (Red+Green+Blue) = 107+136+12=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #6B880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B880C is #9477F3. Grayscale: #717171. Windows color (decimal): -9730036 or 821355. OLE color: 821355.
HSL color Cylindrical-coordinate representation of color #6B880C: hue angle of 74.03º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B880C is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 136 | 12 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.47 |
| HSL | 74.03º | 0.84% | 0.29% | - |
| HSV(B) | 74.03º | 0.91% | 0.53% | - |
| XYZ | 14.93 | 20.76 | 3.57 | - |
| YUV | 113.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 136 | 12 | 0.21 | 0 | 0.91 | 0.47 | 74.03 | 0.84 | 0.29 |
| Hex | 6B | 88 | C | 15 | 0 | 5B | 2F | 4A | 54 | 1D |
| Octal | 153 | 210 | 14 | 25 | 0 | 133 | 57 | 112 | 124 | 35 |
| Binary | 1101011 | 10001000 | 1100 | 10101 | 0 | 1011011 | 101111 | 1001010 | 1010100 | 11101 |
Color Harmonies of #6B880C
Complementary color
Monochromatic Colors of #6B880C
Black with #6B880C
Text Example
Text Example
White with #6B880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B880C; }
p { color: rgb(107,136,12); }
H1.HeaderClassName
{
color: #6B880C;
}
.AnyTagClassName
{
color: #6B880C;
}
</style>
background-color css
<style>
a { background-color: #6B880C; }
a { background-color: rgb(107,136,12); }
div.DivClassName
{
background-color: #6B880C;
}
.BgClassName
{
background-color: #6B880C;
}
</style>
border-color css
<style>
span { border-color: #6B880C; }
span { border-color: rgb(107,136,12); }
td.TdClassName
{
border-color: #6B880C;
}
.TagClassName
{
border-color: #6B880C;
}
</style>