Shades of Olive #676301
Tints of Olive #676301
RGB
CMYK
RGB Variations
Color information
#676301 (or 0x676301) is known color: Olive. HEX triplet: 67, 63 and 01. RGB value is (103,99,1). Sum of RGB (Red+Green+Blue) = 103+99+1=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #676301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676301 is #989CFE. Grayscale: #595959. Windows color (decimal): -10001663 or 90983. OLE color: 90983.
HSL color Cylindrical-coordinate representation of color #676301: hue angle of 57.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #676301 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 99 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.60 |
| HSL | 57.65º | 0.98% | 0.2% | - |
| HSV(B) | 57.65º | 0.99% | 0.4% | - |
| XYZ | 10.06 | 11.81 | 1.78 | - |
| YUV | 89.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 1 | 0 | 0.04 | 0.99 | 0.60 | 57.65 | 0.98 | 0.2 |
| Hex | 67 | 63 | 1 | 0 | 4 | 63 | 3C | 3A | 62 | 14 |
| Octal | 147 | 143 | 1 | 0 | 4 | 143 | 74 | 72 | 142 | 24 |
| Binary | 1100111 | 1100011 | 1 | 0 | 100 | 1100011 | 111100 | 111010 | 1100010 | 10100 |
Color Harmonies of #676301
Complementary color
Monochromatic Colors of #676301
Black with #676301
Text Example
Text Example
White with #676301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676301; }
p { color: rgb(103,99,1); }
H1.HeaderClassName
{
color: #676301;
}
.AnyTagClassName
{
color: #676301;
}
</style>
background-color css
<style>
a { background-color: #676301; }
a { background-color: rgb(103,99,1); }
div.DivClassName
{
background-color: #676301;
}
.BgClassName
{
background-color: #676301;
}
</style>
border-color css
<style>
span { border-color: #676301; }
span { border-color: rgb(103,99,1); }
td.TdClassName
{
border-color: #676301;
}
.TagClassName
{
border-color: #676301;
}
</style>