Shades of Olive #6A8100
Tints of Olive #6A8100
RGB
CMYK
RGB Variations
Color information
#6A8100 (or 0x6A8100) is known color: Olive. HEX triplet: 6A, 81 and 00. RGB value is (106,129,0). Sum of RGB (Red+Green+Blue) = 106+129+0=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8100 is #957EFF. Grayscale: #6B6B6B. Windows color (decimal): -9797376 or 33130. OLE color: 33130.
HSL color Cylindrical-coordinate representation of color #6A8100: hue angle of 70.7º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A8100 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 129 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.49 |
| HSL | 70.7º | 1% | 0.25% | - |
| HSV(B) | 70.7º | 1% | 0.51% | - |
| XYZ | 13.79 | 18.76 | 2.89 | - |
| YUV | 107.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 129 | 0 | 0.18 | 0 | 1 | 0.49 | 70.7 | 1 | 0.25 |
| Hex | 6A | 81 | 0 | 12 | 0 | 64 | 31 | 47 | 64 | 19 |
| Octal | 152 | 201 | 0 | 22 | 0 | 144 | 61 | 107 | 144 | 31 |
| Binary | 1101010 | 10000001 | 0 | 10010 | 0 | 1100100 | 110001 | 1000111 | 1100100 | 11001 |
Color Harmonies of #6A8100
Complementary color
Monochromatic Colors of #6A8100
Black with #6A8100
Text Example
Text Example
White with #6A8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8100; }
p { color: rgb(106,129,0); }
H1.HeaderClassName
{
color: #6A8100;
}
.AnyTagClassName
{
color: #6A8100;
}
</style>
background-color css
<style>
a { background-color: #6A8100; }
a { background-color: rgb(106,129,0); }
div.DivClassName
{
background-color: #6A8100;
}
.BgClassName
{
background-color: #6A8100;
}
</style>
border-color css
<style>
span { border-color: #6A8100; }
span { border-color: rgb(106,129,0); }
td.TdClassName
{
border-color: #6A8100;
}
.TagClassName
{
border-color: #6A8100;
}
</style>