Shades of Olive #6B8901
Tints of Olive #6B8901
RGB
CMYK
RGB Variations
Color information
#6B8901 (or 0x6B8901) is known color: Olive. HEX triplet: 6B, 89 and 01. RGB value is (107,137,1). Sum of RGB (Red+Green+Blue) = 107+137+1=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8901 is #9476FE. Grayscale: #717171. Windows color (decimal): -9729791 or 100715. OLE color: 100715.
HSL color Cylindrical-coordinate representation of color #6B8901: hue angle of 73.24º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B8901 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.46 |
| HSL | 73.24º | 0.99% | 0.27% | - |
| HSV(B) | 73.24º | 0.99% | 0.54% | - |
| XYZ | 15.01 | 21.02 | 3.29 | - |
| YUV | 112.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 1 | 0.22 | 0 | 0.99 | 0.46 | 73.24 | 0.99 | 0.27 |
| Hex | 6B | 89 | 1 | 16 | 0 | 63 | 2E | 49 | 63 | 1B |
| Octal | 153 | 211 | 1 | 26 | 0 | 143 | 56 | 111 | 143 | 33 |
| Binary | 1101011 | 10001001 | 1 | 10110 | 0 | 1100011 | 101110 | 1001001 | 1100011 | 11011 |
Color Harmonies of #6B8901
Complementary color
Monochromatic Colors of #6B8901
Black with #6B8901
Text Example
Text Example
White with #6B8901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8901; }
p { color: rgb(107,137,1); }
H1.HeaderClassName
{
color: #6B8901;
}
.AnyTagClassName
{
color: #6B8901;
}
</style>
background-color css
<style>
a { background-color: #6B8901; }
a { background-color: rgb(107,137,1); }
div.DivClassName
{
background-color: #6B8901;
}
.BgClassName
{
background-color: #6B8901;
}
</style>
border-color css
<style>
span { border-color: #6B8901; }
span { border-color: rgb(107,137,1); }
td.TdClassName
{
border-color: #6B8901;
}
.TagClassName
{
border-color: #6B8901;
}
</style>