Shades of Olive #6A7603
Tints of Olive #6A7603
RGB
CMYK
RGB Variations
Color information
#6A7603 (or 0x6A7603) is known color: Olive. HEX triplet: 6A, 76 and 03. RGB value is (106,118,3). Sum of RGB (Red+Green+Blue) = 106+118+3=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7603 is #9589FC. Grayscale: #656565. Windows color (decimal): -9800189 or 226922. OLE color: 226922.
HSL color Cylindrical-coordinate representation of color #6A7603: hue angle of 66.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A7603 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 118 | 3 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.54 |
| HSL | 66.26º | 0.95% | 0.24% | - |
| HSV(B) | 66.26º | 0.97% | 0.46% | - |
| XYZ | 12.44 | 16.03 | 2.52 | - |
| YUV | 101.3 | 72.52 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 3 | 0.10 | 0 | 0.97 | 0.54 | 66.26 | 0.95 | 0.24 |
| Hex | 6A | 76 | 3 | A | 0 | 61 | 36 | 42 | 5F | 18 |
| Octal | 152 | 166 | 3 | 12 | 0 | 141 | 66 | 102 | 137 | 30 |
| Binary | 1101010 | 1110110 | 11 | 1010 | 0 | 1100001 | 110110 | 1000010 | 1011111 | 11000 |
Color Harmonies of #6A7603
Complementary color
Monochromatic Colors of #6A7603
Black with #6A7603
Text Example
Text Example
White with #6A7603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7603; }
p { color: rgb(106,118,3); }
H1.HeaderClassName
{
color: #6A7603;
}
.AnyTagClassName
{
color: #6A7603;
}
</style>
background-color css
<style>
a { background-color: #6A7603; }
a { background-color: rgb(106,118,3); }
div.DivClassName
{
background-color: #6A7603;
}
.BgClassName
{
background-color: #6A7603;
}
</style>
border-color css
<style>
span { border-color: #6A7603; }
span { border-color: rgb(106,118,3); }
td.TdClassName
{
border-color: #6A7603;
}
.TagClassName
{
border-color: #6A7603;
}
</style>