Shades of Olive #6B8700
Tints of Olive #6B8700
RGB
CMYK
RGB Variations
Color information
#6B8700 (or 0x6B8700) is known color: Olive. HEX triplet: 6B, 87 and 00. RGB value is (107,135,0). Sum of RGB (Red+Green+Blue) = 107+135+0=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8700 is #9478FF. Grayscale: #6F6F6F. Windows color (decimal): -9730304 or 34667. OLE color: 34667.
HSL color Cylindrical-coordinate representation of color #6B8700: hue angle of 72.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B8700 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.47 |
| HSL | 72.44º | 1% | 0.26% | - |
| HSV(B) | 72.44º | 1% | 0.53% | - |
| XYZ | 14.73 | 20.45 | 3.17 | - |
| YUV | 111.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 0 | 0.21 | 0 | 1 | 0.47 | 72.44 | 1 | 0.26 |
| Hex | 6B | 87 | 0 | 15 | 0 | 64 | 2F | 48 | 64 | 1A |
| Octal | 153 | 207 | 0 | 25 | 0 | 144 | 57 | 110 | 144 | 32 |
| Binary | 1101011 | 10000111 | 0 | 10101 | 0 | 1100100 | 101111 | 1001000 | 1100100 | 11010 |
Color Harmonies of #6B8700
Complementary color
Monochromatic Colors of #6B8700
Black with #6B8700
Text Example
Text Example
White with #6B8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8700; }
p { color: rgb(107,135,0); }
H1.HeaderClassName
{
color: #6B8700;
}
.AnyTagClassName
{
color: #6B8700;
}
</style>
background-color css
<style>
a { background-color: #6B8700; }
a { background-color: rgb(107,135,0); }
div.DivClassName
{
background-color: #6B8700;
}
.BgClassName
{
background-color: #6B8700;
}
</style>
border-color css
<style>
span { border-color: #6B8700; }
span { border-color: rgb(107,135,0); }
td.TdClassName
{
border-color: #6B8700;
}
.TagClassName
{
border-color: #6B8700;
}
</style>