Shades of Olive #6B6306
Tints of Olive #6B6306
RGB
CMYK
RGB Variations
Color information
#6B6306 (or 0x6B6306) is known color: Olive. HEX triplet: 6B, 63 and 06. RGB value is (107,99,6). Sum of RGB (Red+Green+Blue) = 107+99+6=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6306 is #949CF9. Grayscale: #5B5B5B. Windows color (decimal): -9739514 or 418667. OLE color: 418667.
HSL color Cylindrical-coordinate representation of color #6B6306: hue angle of 55.25º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B6306 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 99 | 6 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.58 |
| HSL | 55.25º | 0.89% | 0.22% | - |
| HSV(B) | 55.25º | 0.94% | 0.42% | - |
| XYZ | 10.56 | 12.06 | 1.94 | - |
| YUV | 90.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 6 | 0 | 0.07 | 0.94 | 0.58 | 55.25 | 0.89 | 0.22 |
| Hex | 6B | 63 | 6 | 0 | 7 | 5E | 3A | 37 | 59 | 16 |
| Octal | 153 | 143 | 6 | 0 | 7 | 136 | 72 | 67 | 131 | 26 |
| Binary | 1101011 | 1100011 | 110 | 0 | 111 | 1011110 | 111010 | 110111 | 1011001 | 10110 |
Color Harmonies of #6B6306
Complementary color
Monochromatic Colors of #6B6306
Black with #6B6306
Text Example
Text Example
White with #6B6306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6306; }
p { color: rgb(107,99,6); }
H1.HeaderClassName
{
color: #6B6306;
}
.AnyTagClassName
{
color: #6B6306;
}
</style>
background-color css
<style>
a { background-color: #6B6306; }
a { background-color: rgb(107,99,6); }
div.DivClassName
{
background-color: #6B6306;
}
.BgClassName
{
background-color: #6B6306;
}
</style>
border-color css
<style>
span { border-color: #6B6306; }
span { border-color: rgb(107,99,6); }
td.TdClassName
{
border-color: #6B6306;
}
.TagClassName
{
border-color: #6B6306;
}
</style>