Shades of Olive #6B7805
Tints of Olive #6B7805
RGB
CMYK
RGB Variations
Color information
#6B7805 (or 0x6B7805) is known color: Olive. HEX triplet: 6B, 78 and 05. RGB value is (107,120,5). Sum of RGB (Red+Green+Blue) = 107+120+5=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7805 is #9487FA. Grayscale: #676767. Windows color (decimal): -9734139 or 358507. OLE color: 358507.
HSL color Cylindrical-coordinate representation of color #6B7805: hue angle of 66.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B7805 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 5 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.53 |
| HSL | 66.78º | 0.92% | 0.25% | - |
| HSV(B) | 66.78º | 0.96% | 0.47% | - |
| XYZ | 12.81 | 16.57 | 2.67 | - |
| YUV | 103 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 5 | 0.11 | 0 | 0.96 | 0.53 | 66.78 | 0.92 | 0.25 |
| Hex | 6B | 78 | 5 | B | 0 | 60 | 35 | 43 | 5C | 19 |
| Octal | 153 | 170 | 5 | 13 | 0 | 140 | 65 | 103 | 134 | 31 |
| Binary | 1101011 | 1111000 | 101 | 1011 | 0 | 1100000 | 110101 | 1000011 | 1011100 | 11001 |
Color Harmonies of #6B7805
Complementary color
Monochromatic Colors of #6B7805
Black with #6B7805
Text Example
Text Example
White with #6B7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7805; }
p { color: rgb(107,120,5); }
H1.HeaderClassName
{
color: #6B7805;
}
.AnyTagClassName
{
color: #6B7805;
}
</style>
background-color css
<style>
a { background-color: #6B7805; }
a { background-color: rgb(107,120,5); }
div.DivClassName
{
background-color: #6B7805;
}
.BgClassName
{
background-color: #6B7805;
}
</style>
border-color css
<style>
span { border-color: #6B7805; }
span { border-color: rgb(107,120,5); }
td.TdClassName
{
border-color: #6B7805;
}
.TagClassName
{
border-color: #6B7805;
}
</style>