Shades of Olive #6A7B05
Tints of Olive #6A7B05
RGB
CMYK
RGB Variations
Color information
#6A7B05 (or 0x6A7B05) is known color: Olive. HEX triplet: 6A, 7B and 05. RGB value is (106,123,5). Sum of RGB (Red+Green+Blue) = 106+123+5=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7B05 is #9584FA. Grayscale: #686868. Windows color (decimal): -9798907 or 359274. OLE color: 359274.
HSL color Cylindrical-coordinate representation of color #6A7B05: hue angle of 68.64º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A7B05 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 123 | 5 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.52 |
| HSL | 68.64º | 0.92% | 0.25% | - |
| HSV(B) | 68.64º | 0.96% | 0.48% | - |
| XYZ | 13.05 | 17.24 | 2.78 | - |
| YUV | 104.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 5 | 0.14 | 0 | 0.96 | 0.52 | 68.64 | 0.92 | 0.25 |
| Hex | 6A | 7B | 5 | E | 0 | 60 | 34 | 45 | 5C | 19 |
| Octal | 152 | 173 | 5 | 16 | 0 | 140 | 64 | 105 | 134 | 31 |
| Binary | 1101010 | 1111011 | 101 | 1110 | 0 | 1100000 | 110100 | 1000101 | 1011100 | 11001 |
Color Harmonies of #6A7B05
Complementary color
Monochromatic Colors of #6A7B05
Black with #6A7B05
Text Example
Text Example
White with #6A7B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7B05; }
p { color: rgb(106,123,5); }
H1.HeaderClassName
{
color: #6A7B05;
}
.AnyTagClassName
{
color: #6A7B05;
}
</style>
background-color css
<style>
a { background-color: #6A7B05; }
a { background-color: rgb(106,123,5); }
div.DivClassName
{
background-color: #6A7B05;
}
.BgClassName
{
background-color: #6A7B05;
}
</style>
border-color css
<style>
span { border-color: #6A7B05; }
span { border-color: rgb(106,123,5); }
td.TdClassName
{
border-color: #6A7B05;
}
.TagClassName
{
border-color: #6A7B05;
}
</style>