Shades of Olive #676401
Tints of Olive #676401
RGB
CMYK
RGB Variations
Color information
#676401 (or 0x676401) is known color: Olive. HEX triplet: 67, 64 and 01. RGB value is (103,100,1). Sum of RGB (Red+Green+Blue) = 103+100+1=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #676401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676401 is #989BFE. Grayscale: #5A5A5A. Windows color (decimal): -10001407 or 91239. OLE color: 91239.
HSL color Cylindrical-coordinate representation of color #676401: hue angle of 58.24º 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 #676401 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 100 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.60 |
| HSL | 58.24º | 0.98% | 0.2% | - |
| HSV(B) | 58.24º | 0.99% | 0.4% | - |
| XYZ | 10.16 | 12 | 1.81 | - |
| YUV | 89.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 1 | 0 | 0.03 | 0.99 | 0.60 | 58.24 | 0.98 | 0.2 |
| Hex | 67 | 64 | 1 | 0 | 3 | 63 | 3C | 3A | 62 | 14 |
| Octal | 147 | 144 | 1 | 0 | 3 | 143 | 74 | 72 | 142 | 24 |
| Binary | 1100111 | 1100100 | 1 | 0 | 11 | 1100011 | 111100 | 111010 | 1100010 | 10100 |
Color Harmonies of #676401
Complementary color
Monochromatic Colors of #676401
Black with #676401
Text Example
Text Example
White with #676401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676401; }
p { color: rgb(103,100,1); }
H1.HeaderClassName
{
color: #676401;
}
.AnyTagClassName
{
color: #676401;
}
</style>
background-color css
<style>
a { background-color: #676401; }
a { background-color: rgb(103,100,1); }
div.DivClassName
{
background-color: #676401;
}
.BgClassName
{
background-color: #676401;
}
</style>
border-color css
<style>
span { border-color: #676401; }
span { border-color: rgb(103,100,1); }
td.TdClassName
{
border-color: #676401;
}
.TagClassName
{
border-color: #676401;
}
</style>