Shades of Olive #6A7B06
Tints of Olive #6A7B06
RGB
CMYK
RGB Variations
Color information
#6A7B06 (or 0x6A7B06) is known color: Olive. HEX triplet: 6A, 7B and 06. RGB value is (106,123,6). Sum of RGB (Red+Green+Blue) = 106+123+6=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7B06 is #9584F9. Grayscale: #696969. Windows color (decimal): -9798906 or 424810. OLE color: 424810.
HSL color Cylindrical-coordinate representation of color #6A7B06: hue angle of 68.72º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A7B06 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 123 | 6 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.52 |
| HSL | 68.72º | 0.91% | 0.25% | - |
| HSV(B) | 68.72º | 0.95% | 0.48% | - |
| XYZ | 13.06 | 17.24 | 2.81 | - |
| YUV | 104.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 6 | 0.14 | 0 | 0.95 | 0.52 | 68.72 | 0.91 | 0.25 |
| Hex | 6A | 7B | 6 | E | 0 | 5F | 34 | 45 | 5B | 19 |
| Octal | 152 | 173 | 6 | 16 | 0 | 137 | 64 | 105 | 133 | 31 |
| Binary | 1101010 | 1111011 | 110 | 1110 | 0 | 1011111 | 110100 | 1000101 | 1011011 | 11001 |
Color Harmonies of #6A7B06
Complementary color
Monochromatic Colors of #6A7B06
Black with #6A7B06
Text Example
Text Example
White with #6A7B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7B06; }
p { color: rgb(106,123,6); }
H1.HeaderClassName
{
color: #6A7B06;
}
.AnyTagClassName
{
color: #6A7B06;
}
</style>
background-color css
<style>
a { background-color: #6A7B06; }
a { background-color: rgb(106,123,6); }
div.DivClassName
{
background-color: #6A7B06;
}
.BgClassName
{
background-color: #6A7B06;
}
</style>
border-color css
<style>
span { border-color: #6A7B06; }
span { border-color: rgb(106,123,6); }
td.TdClassName
{
border-color: #6A7B06;
}
.TagClassName
{
border-color: #6A7B06;
}
</style>