Shades of Olive #6B8003
Tints of Olive #6B8003
RGB
CMYK
RGB Variations
Color information
#6B8003 (or 0x6B8003) is known color: Olive. HEX triplet: 6B, 80 and 03. RGB value is (107,128,3). Sum of RGB (Red+Green+Blue) = 107+128+3=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8003 is #947FFC. Grayscale: #6B6B6B. Windows color (decimal): -9732093 or 229483. OLE color: 229483.
HSL color Cylindrical-coordinate representation of color #6B8003: hue angle of 70.08º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B8003 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 128 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.50 |
| HSL | 70.08º | 0.95% | 0.26% | - |
| HSV(B) | 70.08º | 0.98% | 0.5% | - |
| XYZ | 13.8 | 18.57 | 2.94 | - |
| YUV | 107.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 3 | 0.16 | 0 | 0.98 | 0.50 | 70.08 | 0.95 | 0.26 |
| Hex | 6B | 80 | 3 | 10 | 0 | 62 | 32 | 46 | 5F | 1A |
| Octal | 153 | 200 | 3 | 20 | 0 | 142 | 62 | 106 | 137 | 32 |
| Binary | 1101011 | 10000000 | 11 | 10000 | 0 | 1100010 | 110010 | 1000110 | 1011111 | 11010 |
Color Harmonies of #6B8003
Complementary color
Monochromatic Colors of #6B8003
Black with #6B8003
Text Example
Text Example
White with #6B8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8003; }
p { color: rgb(107,128,3); }
H1.HeaderClassName
{
color: #6B8003;
}
.AnyTagClassName
{
color: #6B8003;
}
</style>
background-color css
<style>
a { background-color: #6B8003; }
a { background-color: rgb(107,128,3); }
div.DivClassName
{
background-color: #6B8003;
}
.BgClassName
{
background-color: #6B8003;
}
</style>
border-color css
<style>
span { border-color: #6B8003; }
span { border-color: rgb(107,128,3); }
td.TdClassName
{
border-color: #6B8003;
}
.TagClassName
{
border-color: #6B8003;
}
</style>