Shades of Olive #6B7804
Tints of Olive #6B7804
RGB
CMYK
RGB Variations
Color information
#6B7804 (or 0x6B7804) is known color: Olive. HEX triplet: 6B, 78 and 04. RGB value is (107,120,4). Sum of RGB (Red+Green+Blue) = 107+120+4=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7804 is #9487FB. Grayscale: #676767. Windows color (decimal): -9734140 or 292971. OLE color: 292971.
HSL color Cylindrical-coordinate representation of color #6B7804: hue angle of 66.72º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B7804 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 4 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.53 |
| HSL | 66.72º | 0.94% | 0.24% | - |
| HSV(B) | 66.72º | 0.97% | 0.47% | - |
| XYZ | 12.8 | 16.57 | 2.64 | - |
| YUV | 102.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 4 | 0.11 | 0 | 0.97 | 0.53 | 66.72 | 0.94 | 0.24 |
| Hex | 6B | 78 | 4 | B | 0 | 61 | 35 | 43 | 5E | 18 |
| Octal | 153 | 170 | 4 | 13 | 0 | 141 | 65 | 103 | 136 | 30 |
| Binary | 1101011 | 1111000 | 100 | 1011 | 0 | 1100001 | 110101 | 1000011 | 1011110 | 11000 |
Color Harmonies of #6B7804
Complementary color
Monochromatic Colors of #6B7804
Black with #6B7804
Text Example
Text Example
White with #6B7804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7804; }
p { color: rgb(107,120,4); }
H1.HeaderClassName
{
color: #6B7804;
}
.AnyTagClassName
{
color: #6B7804;
}
</style>
background-color css
<style>
a { background-color: #6B7804; }
a { background-color: rgb(107,120,4); }
div.DivClassName
{
background-color: #6B7804;
}
.BgClassName
{
background-color: #6B7804;
}
</style>
border-color css
<style>
span { border-color: #6B7804; }
span { border-color: rgb(107,120,4); }
td.TdClassName
{
border-color: #6B7804;
}
.TagClassName
{
border-color: #6B7804;
}
</style>