Shades of Olive #6A6502
Tints of Olive #6A6502
RGB
CMYK
RGB Variations
Color information
#6A6502 (or 0x6A6502) is known color: Olive. HEX triplet: 6A, 65 and 02. RGB value is (106,101,2). Sum of RGB (Red+Green+Blue) = 106+101+2=209 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.72% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6502 is #959AFD. Grayscale: #5B5B5B. Windows color (decimal): -9804542 or 157034. OLE color: 157034.
HSL color Cylindrical-coordinate representation of color #6A6502: hue angle of 57.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A6502 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 2 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.58 |
| HSL | 57.12º | 0.96% | 0.21% | - |
| HSV(B) | 57.12º | 0.98% | 0.42% | - |
| XYZ | 10.61 | 12.38 | 1.89 | - |
| YUV | 91.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 2 | 0 | 0.05 | 0.98 | 0.58 | 57.12 | 0.96 | 0.21 |
| Hex | 6A | 65 | 2 | 0 | 5 | 62 | 3A | 39 | 60 | 15 |
| Octal | 152 | 145 | 2 | 0 | 5 | 142 | 72 | 71 | 140 | 25 |
| Binary | 1101010 | 1100101 | 10 | 0 | 101 | 1100010 | 111010 | 111001 | 1100000 | 10101 |
Color Harmonies of #6A6502
Complementary color
Monochromatic Colors of #6A6502
Black with #6A6502
Text Example
Text Example
White with #6A6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6502; }
p { color: rgb(106,101,2); }
H1.HeaderClassName
{
color: #6A6502;
}
.AnyTagClassName
{
color: #6A6502;
}
</style>
background-color css
<style>
a { background-color: #6A6502; }
a { background-color: rgb(106,101,2); }
div.DivClassName
{
background-color: #6A6502;
}
.BgClassName
{
background-color: #6A6502;
}
</style>
border-color css
<style>
span { border-color: #6A6502; }
span { border-color: rgb(106,101,2); }
td.TdClassName
{
border-color: #6A6502;
}
.TagClassName
{
border-color: #6A6502;
}
</style>