Shades of Olive #676901
Tints of Olive #676901
RGB
CMYK
RGB Variations
Color information
#676901 (or 0x676901) is known color: Olive. HEX triplet: 67, 69 and 01. RGB value is (103,105,1). Sum of RGB (Red+Green+Blue) = 103+105+1=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #676901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676901 is #9896FE. Grayscale: #5C5C5C. Windows color (decimal): -10000127 or 92519. OLE color: 92519.
HSL color Cylindrical-coordinate representation of color #676901: hue angle of 61.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #676901 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.59 |
| HSL | 61.15º | 0.98% | 0.21% | - |
| HSV(B) | 61.15º | 0.99% | 0.41% | - |
| XYZ | 10.65 | 12.99 | 1.97 | - |
| YUV | 92.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 1 | 0.02 | 0 | 0.99 | 0.59 | 61.15 | 0.98 | 0.21 |
| Hex | 67 | 69 | 1 | 2 | 0 | 63 | 3B | 3D | 62 | 15 |
| Octal | 147 | 151 | 1 | 2 | 0 | 143 | 73 | 75 | 142 | 25 |
| Binary | 1100111 | 1101001 | 1 | 10 | 0 | 1100011 | 111011 | 111101 | 1100010 | 10101 |
Color Harmonies of #676901
Complementary color
Monochromatic Colors of #676901
Black with #676901
Text Example
Text Example
White with #676901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676901; }
p { color: rgb(103,105,1); }
H1.HeaderClassName
{
color: #676901;
}
.AnyTagClassName
{
color: #676901;
}
</style>
background-color css
<style>
a { background-color: #676901; }
a { background-color: rgb(103,105,1); }
div.DivClassName
{
background-color: #676901;
}
.BgClassName
{
background-color: #676901;
}
</style>
border-color css
<style>
span { border-color: #676901; }
span { border-color: rgb(103,105,1); }
td.TdClassName
{
border-color: #676901;
}
.TagClassName
{
border-color: #676901;
}
</style>