Shades of Olive #6B9100
Tints of Olive #6B9100
RGB
CMYK
RGB Variations
Color information
#6B9100 (or 0x6B9100) is known color: Olive. HEX triplet: 6B, 91 and 00. RGB value is (107,145,0). Sum of RGB (Red+Green+Blue) = 107+145+0=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9100 is #946EFF. Grayscale: #757575. Windows color (decimal): -9727744 or 37227. OLE color: 37227.
HSL color Cylindrical-coordinate representation of color #6B9100: hue angle of 75.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B9100 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.43 |
| HSL | 75.72º | 1% | 0.28% | - |
| HSV(B) | 75.72º | 1% | 0.57% | - |
| XYZ | 16.19 | 23.38 | 3.66 | - |
| YUV | 117.11 | 61.91 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 0 | 0.26 | 0 | 1 | 0.43 | 75.72 | 1 | 0.28 |
| Hex | 6B | 91 | 0 | 1A | 0 | 64 | 2B | 4C | 64 | 1C |
| Octal | 153 | 221 | 0 | 32 | 0 | 144 | 53 | 114 | 144 | 34 |
| Binary | 1101011 | 10010001 | 0 | 11010 | 0 | 1100100 | 101011 | 1001100 | 1100100 | 11100 |
Color Harmonies of #6B9100
Complementary color
Monochromatic Colors of #6B9100
Black with #6B9100
Text Example
Text Example
White with #6B9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9100; }
p { color: rgb(107,145,0); }
H1.HeaderClassName
{
color: #6B9100;
}
.AnyTagClassName
{
color: #6B9100;
}
</style>
background-color css
<style>
a { background-color: #6B9100; }
a { background-color: rgb(107,145,0); }
div.DivClassName
{
background-color: #6B9100;
}
.BgClassName
{
background-color: #6B9100;
}
</style>
border-color css
<style>
span { border-color: #6B9100; }
span { border-color: rgb(107,145,0); }
td.TdClassName
{
border-color: #6B9100;
}
.TagClassName
{
border-color: #6B9100;
}
</style>