Shades of Olive #6A8702
Tints of Olive #6A8702
RGB
CMYK
RGB Variations
Color information
#6A8702 (or 0x6A8702) is known color: Olive. HEX triplet: 6A, 87 and 02. RGB value is (106,135,2). Sum of RGB (Red+Green+Blue) = 106+135+2=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8702 is #9578FD. Grayscale: #6F6F6F. Windows color (decimal): -9795838 or 165738. OLE color: 165738.
HSL color Cylindrical-coordinate representation of color #6A8702: hue angle of 73.08º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A8702 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.47 |
| HSL | 73.08º | 0.97% | 0.27% | - |
| HSV(B) | 73.08º | 0.99% | 0.53% | - |
| XYZ | 14.62 | 20.4 | 3.22 | - |
| YUV | 111.17 | 66.39 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 2 | 0.21 | 0 | 0.99 | 0.47 | 73.08 | 0.97 | 0.27 |
| Hex | 6A | 87 | 2 | 15 | 0 | 63 | 2F | 49 | 61 | 1B |
| Octal | 152 | 207 | 2 | 25 | 0 | 143 | 57 | 111 | 141 | 33 |
| Binary | 1101010 | 10000111 | 10 | 10101 | 0 | 1100011 | 101111 | 1001001 | 1100001 | 11011 |
Color Harmonies of #6A8702
Complementary color
Monochromatic Colors of #6A8702
Black with #6A8702
Text Example
Text Example
White with #6A8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8702; }
p { color: rgb(106,135,2); }
H1.HeaderClassName
{
color: #6A8702;
}
.AnyTagClassName
{
color: #6A8702;
}
</style>
background-color css
<style>
a { background-color: #6A8702; }
a { background-color: rgb(106,135,2); }
div.DivClassName
{
background-color: #6A8702;
}
.BgClassName
{
background-color: #6A8702;
}
</style>
border-color css
<style>
span { border-color: #6A8702; }
span { border-color: rgb(106,135,2); }
td.TdClassName
{
border-color: #6A8702;
}
.TagClassName
{
border-color: #6A8702;
}
</style>