Shades of Olive #6B7000
Tints of Olive #6B7000
RGB
CMYK
RGB Variations
Color information
#6B7000 (or 0x6B7000) is known color: Olive. HEX triplet: 6B, 70 and 00. RGB value is (107,112,0). Sum of RGB (Red+Green+Blue) = 107+112+0=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7000 is #948FFF. Grayscale: #626262. Windows color (decimal): -9736192 or 28779. OLE color: 28779.
HSL color Cylindrical-coordinate representation of color #6B7000: hue angle of 62.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B7000 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.56 |
| HSL | 62.68º | 1% | 0.22% | - |
| HSV(B) | 62.68º | 1% | 0.44% | - |
| XYZ | 11.86 | 14.71 | 2.22 | - |
| YUV | 97.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 0 | 0.04 | 0 | 1 | 0.56 | 62.68 | 1 | 0.22 |
| Hex | 6B | 70 | 0 | 4 | 0 | 64 | 38 | 3F | 64 | 16 |
| Octal | 153 | 160 | 0 | 4 | 0 | 144 | 70 | 77 | 144 | 26 |
| Binary | 1101011 | 1110000 | 0 | 100 | 0 | 1100100 | 111000 | 111111 | 1100100 | 10110 |
Color Harmonies of #6B7000
Complementary color
Monochromatic Colors of #6B7000
Black with #6B7000
Text Example
Text Example
White with #6B7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7000; }
p { color: rgb(107,112,0); }
H1.HeaderClassName
{
color: #6B7000;
}
.AnyTagClassName
{
color: #6B7000;
}
</style>
background-color css
<style>
a { background-color: #6B7000; }
a { background-color: rgb(107,112,0); }
div.DivClassName
{
background-color: #6B7000;
}
.BgClassName
{
background-color: #6B7000;
}
</style>
border-color css
<style>
span { border-color: #6B7000; }
span { border-color: rgb(107,112,0); }
td.TdClassName
{
border-color: #6B7000;
}
.TagClassName
{
border-color: #6B7000;
}
</style>