Shades of Olive #6B6100
Tints of Olive #6B6100
RGB
CMYK
RGB Variations
Color information
#6B6100 (or 0x6B6100) is known color: Olive. HEX triplet: 6B, 61 and 00. RGB value is (107,97,0). Sum of RGB (Red+Green+Blue) = 107+97+0=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6100 is #949EFF. Grayscale: #595959. Windows color (decimal): -9740032 or 24939. OLE color: 24939.
HSL color Cylindrical-coordinate representation of color #6B6100: hue angle of 54.39º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B6100 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.58 |
| HSL | 54.39º | 1% | 0.21% | - |
| HSV(B) | 54.39º | 1% | 0.42% | - |
| XYZ | 10.34 | 11.68 | 1.71 | - |
| YUV | 88.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 0 | 0 | 0.09 | 1 | 0.58 | 54.39 | 1 | 0.21 |
| Hex | 6B | 61 | 0 | 0 | 9 | 64 | 3A | 36 | 64 | 15 |
| Octal | 153 | 141 | 0 | 0 | 11 | 144 | 72 | 66 | 144 | 25 |
| Binary | 1101011 | 1100001 | 0 | 0 | 1001 | 1100100 | 111010 | 110110 | 1100100 | 10101 |
Color Harmonies of #6B6100
Complementary color
Monochromatic Colors of #6B6100
Black with #6B6100
Text Example
Text Example
White with #6B6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6100; }
p { color: rgb(107,97,0); }
H1.HeaderClassName
{
color: #6B6100;
}
.AnyTagClassName
{
color: #6B6100;
}
</style>
background-color css
<style>
a { background-color: #6B6100; }
a { background-color: rgb(107,97,0); }
div.DivClassName
{
background-color: #6B6100;
}
.BgClassName
{
background-color: #6B6100;
}
</style>
border-color css
<style>
span { border-color: #6B6100; }
span { border-color: rgb(107,97,0); }
td.TdClassName
{
border-color: #6B6100;
}
.TagClassName
{
border-color: #6B6100;
}
</style>