Shades of Olive #6C7F09
Tints of Olive #6C7F09
RGB
CMYK
RGB Variations
Color information
#6C7F09 (or 0x6C7F09) is known color: Olive. HEX triplet: 6C, 7F and 09. RGB value is (108,127,9). Sum of RGB (Red+Green+Blue) = 108+127+9=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7F09 is #9380F6. Grayscale: #6C6C6C. Windows color (decimal): -9666807 or 622444. OLE color: 622444.
HSL color Cylindrical-coordinate representation of color #6C7F09: hue angle of 69.66º 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 #6C7F09 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 127 | 9 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.50 |
| HSL | 69.66º | 0.87% | 0.27% | - |
| HSV(B) | 69.66º | 0.93% | 0.5% | - |
| XYZ | 13.82 | 18.39 | 3.08 | - |
| YUV | 107.87 | 72.21 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 127 | 9 | 0.15 | 0 | 0.93 | 0.50 | 69.66 | 0.87 | 0.27 |
| Hex | 6C | 7F | 9 | F | 0 | 5D | 32 | 46 | 57 | 1B |
| Octal | 154 | 177 | 11 | 17 | 0 | 135 | 62 | 106 | 127 | 33 |
| Binary | 1101100 | 1111111 | 1001 | 1111 | 0 | 1011101 | 110010 | 1000110 | 1010111 | 11011 |
Color Harmonies of #6C7F09
Complementary color
Monochromatic Colors of #6C7F09
Black with #6C7F09
Text Example
Text Example
White with #6C7F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7F09; }
p { color: rgb(108,127,9); }
H1.HeaderClassName
{
color: #6C7F09;
}
.AnyTagClassName
{
color: #6C7F09;
}
</style>
background-color css
<style>
a { background-color: #6C7F09; }
a { background-color: rgb(108,127,9); }
div.DivClassName
{
background-color: #6C7F09;
}
.BgClassName
{
background-color: #6C7F09;
}
</style>
border-color css
<style>
span { border-color: #6C7F09; }
span { border-color: rgb(108,127,9); }
td.TdClassName
{
border-color: #6C7F09;
}
.TagClassName
{
border-color: #6C7F09;
}
</style>