Shades of Olive #6A8207
Tints of Olive #6A8207
RGB
CMYK
RGB Variations
Color information
#6A8207 (or 0x6A8207) is known color: Olive. HEX triplet: 6A, 82 and 07. RGB value is (106,130,7). Sum of RGB (Red+Green+Blue) = 106+130+7=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8207 is #957DF8. Grayscale: #6D6D6D. Windows color (decimal): -9797113 or 492138. OLE color: 492138.
HSL color Cylindrical-coordinate representation of color #6A8207: hue angle of 71.71º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A8207 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 130 | 7 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.49 |
| HSL | 71.71º | 0.9% | 0.27% | - |
| HSV(B) | 71.71º | 0.95% | 0.51% | - |
| XYZ | 13.96 | 19.04 | 3.14 | - |
| YUV | 108.8 | 70.55 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 7 | 0.18 | 0 | 0.95 | 0.49 | 71.71 | 0.9 | 0.27 |
| Hex | 6A | 82 | 7 | 12 | 0 | 5F | 31 | 48 | 5A | 1B |
| Octal | 152 | 202 | 7 | 22 | 0 | 137 | 61 | 110 | 132 | 33 |
| Binary | 1101010 | 10000010 | 111 | 10010 | 0 | 1011111 | 110001 | 1001000 | 1011010 | 11011 |
Color Harmonies of #6A8207
Complementary color
Monochromatic Colors of #6A8207
Black with #6A8207
Text Example
Text Example
White with #6A8207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8207; }
p { color: rgb(106,130,7); }
H1.HeaderClassName
{
color: #6A8207;
}
.AnyTagClassName
{
color: #6A8207;
}
</style>
background-color css
<style>
a { background-color: #6A8207; }
a { background-color: rgb(106,130,7); }
div.DivClassName
{
background-color: #6A8207;
}
.BgClassName
{
background-color: #6A8207;
}
</style>
border-color css
<style>
span { border-color: #6A8207; }
span { border-color: rgb(106,130,7); }
td.TdClassName
{
border-color: #6A8207;
}
.TagClassName
{
border-color: #6A8207;
}
</style>