Shades of Olive #6B6501
Tints of Olive #6B6501
RGB
CMYK
RGB Variations
Color information
#6B6501 (or 0x6B6501) is known color: Olive. HEX triplet: 6B, 65 and 01. RGB value is (107,101,1). Sum of RGB (Red+Green+Blue) = 107+101+1=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6501 is #949AFE. Grayscale: #5B5B5B. Windows color (decimal): -9739007 or 91499. OLE color: 91499.
HSL color Cylindrical-coordinate representation of color #6B6501: hue angle of 56.6º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B6501 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.58 |
| HSL | 56.6º | 0.98% | 0.21% | - |
| HSV(B) | 56.6º | 0.99% | 0.42% | - |
| XYZ | 10.72 | 12.44 | 1.86 | - |
| YUV | 91.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 1 | 0 | 0.06 | 0.99 | 0.58 | 56.6 | 0.98 | 0.21 |
| Hex | 6B | 65 | 1 | 0 | 6 | 63 | 3A | 39 | 62 | 15 |
| Octal | 153 | 145 | 1 | 0 | 6 | 143 | 72 | 71 | 142 | 25 |
| Binary | 1101011 | 1100101 | 1 | 0 | 110 | 1100011 | 111010 | 111001 | 1100010 | 10101 |
Color Harmonies of #6B6501
Complementary color
Monochromatic Colors of #6B6501
Black with #6B6501
Text Example
Text Example
White with #6B6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6501; }
p { color: rgb(107,101,1); }
H1.HeaderClassName
{
color: #6B6501;
}
.AnyTagClassName
{
color: #6B6501;
}
</style>
background-color css
<style>
a { background-color: #6B6501; }
a { background-color: rgb(107,101,1); }
div.DivClassName
{
background-color: #6B6501;
}
.BgClassName
{
background-color: #6B6501;
}
</style>
border-color css
<style>
span { border-color: #6B6501; }
span { border-color: rgb(107,101,1); }
td.TdClassName
{
border-color: #6B6501;
}
.TagClassName
{
border-color: #6B6501;
}
</style>