Shades of Olive #676802
Tints of Olive #676802
RGB
CMYK
RGB Variations
Color information
#676802 (or 0x676802) is known color: Olive. HEX triplet: 67, 68 and 02. RGB value is (103,104,2). Sum of RGB (Red+Green+Blue) = 103+104+2=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #676802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676802 is #9897FD. Grayscale: #5C5C5C. Windows color (decimal): -10000382 or 157799. OLE color: 157799.
HSL color Cylindrical-coordinate representation of color #676802: hue angle of 60.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #676802 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 2 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.59 |
| HSL | 60.59º | 0.96% | 0.21% | - |
| HSV(B) | 60.59º | 0.98% | 0.41% | - |
| XYZ | 10.55 | 12.79 | 1.97 | - |
| YUV | 92.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 2 | 0.01 | 0 | 0.98 | 0.59 | 60.59 | 0.96 | 0.21 |
| Hex | 67 | 68 | 2 | 1 | 0 | 62 | 3B | 3D | 60 | 15 |
| Octal | 147 | 150 | 2 | 1 | 0 | 142 | 73 | 75 | 140 | 25 |
| Binary | 1100111 | 1101000 | 10 | 1 | 0 | 1100010 | 111011 | 111101 | 1100000 | 10101 |
Color Harmonies of #676802
Complementary color
Monochromatic Colors of #676802
Black with #676802
Text Example
Text Example
White with #676802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676802; }
p { color: rgb(103,104,2); }
H1.HeaderClassName
{
color: #676802;
}
.AnyTagClassName
{
color: #676802;
}
</style>
background-color css
<style>
a { background-color: #676802; }
a { background-color: rgb(103,104,2); }
div.DivClassName
{
background-color: #676802;
}
.BgClassName
{
background-color: #676802;
}
</style>
border-color css
<style>
span { border-color: #676802; }
span { border-color: rgb(103,104,2); }
td.TdClassName
{
border-color: #676802;
}
.TagClassName
{
border-color: #676802;
}
</style>