Shades of Olive #6B7B0A
Tints of Olive #6B7B0A
RGB
CMYK
RGB Variations
Color information
#6B7B0A (or 0x6B7B0A) is known color: Olive. HEX triplet: 6B, 7B and 0A. RGB value is (107,123,10). Sum of RGB (Red+Green+Blue) = 107+123+10=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7B0A is #9484F5. Grayscale: #696969. Windows color (decimal): -9733366 or 686955. OLE color: 686955.
HSL color Cylindrical-coordinate representation of color #6B7B0A: hue angle of 68.5º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B7B0A is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 10 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.52 |
| HSL | 68.5º | 0.85% | 0.26% | - |
| HSV(B) | 68.5º | 0.92% | 0.48% | - |
| XYZ | 13.2 | 17.31 | 2.93 | - |
| YUV | 105.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 10 | 0.13 | 0 | 0.92 | 0.52 | 68.5 | 0.85 | 0.26 |
| Hex | 6B | 7B | A | D | 0 | 5C | 34 | 44 | 55 | 1A |
| Octal | 153 | 173 | 12 | 15 | 0 | 134 | 64 | 104 | 125 | 32 |
| Binary | 1101011 | 1111011 | 1010 | 1101 | 0 | 1011100 | 110100 | 1000100 | 1010101 | 11010 |
Color Harmonies of #6B7B0A
Complementary color
Monochromatic Colors of #6B7B0A
Black with #6B7B0A
Text Example
Text Example
White with #6B7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B0A; }
p { color: rgb(107,123,10); }
H1.HeaderClassName
{
color: #6B7B0A;
}
.AnyTagClassName
{
color: #6B7B0A;
}
</style>
background-color css
<style>
a { background-color: #6B7B0A; }
a { background-color: rgb(107,123,10); }
div.DivClassName
{
background-color: #6B7B0A;
}
.BgClassName
{
background-color: #6B7B0A;
}
</style>
border-color css
<style>
span { border-color: #6B7B0A; }
span { border-color: rgb(107,123,10); }
td.TdClassName
{
border-color: #6B7B0A;
}
.TagClassName
{
border-color: #6B7B0A;
}
</style>