Shades of Olive #6B7003
Tints of Olive #6B7003
RGB
CMYK
RGB Variations
Color information
#6B7003 (or 0x6B7003) is known color: Olive. HEX triplet: 6B, 70 and 03. RGB value is (107,112,3). Sum of RGB (Red+Green+Blue) = 107+112+3=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7003 is #948FFC. Grayscale: #626262. Windows color (decimal): -9736189 or 225387. OLE color: 225387.
HSL color Cylindrical-coordinate representation of color #6B7003: hue angle of 62.75º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B7003 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 3 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.56 |
| HSL | 62.75º | 0.95% | 0.23% | - |
| HSV(B) | 62.75º | 0.97% | 0.44% | - |
| XYZ | 11.87 | 14.72 | 2.3 | - |
| YUV | 98.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 3 | 0.04 | 0 | 0.97 | 0.56 | 62.75 | 0.95 | 0.23 |
| Hex | 6B | 70 | 3 | 4 | 0 | 61 | 38 | 3F | 5F | 17 |
| Octal | 153 | 160 | 3 | 4 | 0 | 141 | 70 | 77 | 137 | 27 |
| Binary | 1101011 | 1110000 | 11 | 100 | 0 | 1100001 | 111000 | 111111 | 1011111 | 10111 |
Color Harmonies of #6B7003
Complementary color
Monochromatic Colors of #6B7003
Black with #6B7003
Text Example
Text Example
White with #6B7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7003; }
p { color: rgb(107,112,3); }
H1.HeaderClassName
{
color: #6B7003;
}
.AnyTagClassName
{
color: #6B7003;
}
</style>
background-color css
<style>
a { background-color: #6B7003; }
a { background-color: rgb(107,112,3); }
div.DivClassName
{
background-color: #6B7003;
}
.BgClassName
{
background-color: #6B7003;
}
</style>
border-color css
<style>
span { border-color: #6B7003; }
span { border-color: rgb(107,112,3); }
td.TdClassName
{
border-color: #6B7003;
}
.TagClassName
{
border-color: #6B7003;
}
</style>