Shades of Olive #6B7F09
Tints of Olive #6B7F09
RGB
CMYK
RGB Variations
Color information
#6B7F09 (or 0x6B7F09) is known color: Olive. HEX triplet: 6B, 7F and 09. RGB value is (107,127,9). Sum of RGB (Red+Green+Blue) = 107+127+9=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7F09 is #9480F6. Grayscale: #6C6C6C. Windows color (decimal): -9732343 or 622443. OLE color: 622443.
HSL color Cylindrical-coordinate representation of color #6B7F09: hue angle of 70.17º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B7F09 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 9 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.50 |
| HSL | 70.17º | 0.87% | 0.27% | - |
| HSV(B) | 70.17º | 0.93% | 0.5% | - |
| XYZ | 13.7 | 18.32 | 3.07 | - |
| YUV | 107.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 9 | 0.16 | 0 | 0.93 | 0.50 | 70.17 | 0.87 | 0.27 |
| Hex | 6B | 7F | 9 | 10 | 0 | 5D | 32 | 46 | 57 | 1B |
| Octal | 153 | 177 | 11 | 20 | 0 | 135 | 62 | 106 | 127 | 33 |
| Binary | 1101011 | 1111111 | 1001 | 10000 | 0 | 1011101 | 110010 | 1000110 | 1010111 | 11011 |
Color Harmonies of #6B7F09
Complementary color
Monochromatic Colors of #6B7F09
Black with #6B7F09
Text Example
Text Example
White with #6B7F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F09; }
p { color: rgb(107,127,9); }
H1.HeaderClassName
{
color: #6B7F09;
}
.AnyTagClassName
{
color: #6B7F09;
}
</style>
background-color css
<style>
a { background-color: #6B7F09; }
a { background-color: rgb(107,127,9); }
div.DivClassName
{
background-color: #6B7F09;
}
.BgClassName
{
background-color: #6B7F09;
}
</style>
border-color css
<style>
span { border-color: #6B7F09; }
span { border-color: rgb(107,127,9); }
td.TdClassName
{
border-color: #6B7F09;
}
.TagClassName
{
border-color: #6B7F09;
}
</style>