Shades of Olive #6A8803
Tints of Olive #6A8803
RGB
CMYK
RGB Variations
Color information
#6A8803 (or 0x6A8803) is known color: Olive. HEX triplet: 6A, 88 and 03. RGB value is (106,136,3). Sum of RGB (Red+Green+Blue) = 106+136+3=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8803 is #9577FC. Grayscale: #707070. Windows color (decimal): -9795581 or 231530. OLE color: 231530.
HSL color Cylindrical-coordinate representation of color #6A8803: hue angle of 73.53º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A8803 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 3 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.47 |
| HSL | 73.53º | 0.96% | 0.27% | - |
| HSV(B) | 73.53º | 0.98% | 0.53% | - |
| XYZ | 14.76 | 20.68 | 3.3 | - |
| YUV | 111.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 3 | 0.22 | 0 | 0.98 | 0.47 | 73.53 | 0.96 | 0.27 |
| Hex | 6A | 88 | 3 | 16 | 0 | 62 | 2F | 4A | 60 | 1B |
| Octal | 152 | 210 | 3 | 26 | 0 | 142 | 57 | 112 | 140 | 33 |
| Binary | 1101010 | 10001000 | 11 | 10110 | 0 | 1100010 | 101111 | 1001010 | 1100000 | 11011 |
Color Harmonies of #6A8803
Complementary color
Monochromatic Colors of #6A8803
Black with #6A8803
Text Example
Text Example
White with #6A8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8803; }
p { color: rgb(106,136,3); }
H1.HeaderClassName
{
color: #6A8803;
}
.AnyTagClassName
{
color: #6A8803;
}
</style>
background-color css
<style>
a { background-color: #6A8803; }
a { background-color: rgb(106,136,3); }
div.DivClassName
{
background-color: #6A8803;
}
.BgClassName
{
background-color: #6A8803;
}
</style>
border-color css
<style>
span { border-color: #6A8803; }
span { border-color: rgb(106,136,3); }
td.TdClassName
{
border-color: #6A8803;
}
.TagClassName
{
border-color: #6A8803;
}
</style>