Shades of Olive #6B7C06
Tints of Olive #6B7C06
RGB
CMYK
RGB Variations
Color information
#6B7C06 (or 0x6B7C06) is known color: Olive. HEX triplet: 6B, 7C and 06. RGB value is (107,124,6). Sum of RGB (Red+Green+Blue) = 107+124+6=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7C06 is #9483F9. Grayscale: #696969. Windows color (decimal): -9733114 or 425067. OLE color: 425067.
HSL color Cylindrical-coordinate representation of color #6B7C06: hue angle of 68.64º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B7C06 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 124 | 6 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.51 |
| HSL | 68.64º | 0.91% | 0.25% | - |
| HSV(B) | 68.64º | 0.95% | 0.49% | - |
| XYZ | 13.3 | 17.55 | 2.86 | - |
| YUV | 105.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 6 | 0.14 | 0 | 0.95 | 0.51 | 68.64 | 0.91 | 0.25 |
| Hex | 6B | 7C | 6 | E | 0 | 5F | 33 | 45 | 5B | 19 |
| Octal | 153 | 174 | 6 | 16 | 0 | 137 | 63 | 105 | 133 | 31 |
| Binary | 1101011 | 1111100 | 110 | 1110 | 0 | 1011111 | 110011 | 1000101 | 1011011 | 11001 |
Color Harmonies of #6B7C06
Complementary color
Monochromatic Colors of #6B7C06
Black with #6B7C06
Text Example
Text Example
White with #6B7C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7C06; }
p { color: rgb(107,124,6); }
H1.HeaderClassName
{
color: #6B7C06;
}
.AnyTagClassName
{
color: #6B7C06;
}
</style>
background-color css
<style>
a { background-color: #6B7C06; }
a { background-color: rgb(107,124,6); }
div.DivClassName
{
background-color: #6B7C06;
}
.BgClassName
{
background-color: #6B7C06;
}
</style>
border-color css
<style>
span { border-color: #6B7C06; }
span { border-color: rgb(107,124,6); }
td.TdClassName
{
border-color: #6B7C06;
}
.TagClassName
{
border-color: #6B7C06;
}
</style>