Shades of Olive #676200
Tints of Olive #676200
RGB
CMYK
RGB Variations
Color information
#676200 (or 0x676200) is known color: Olive. HEX triplet: 67, 62 and 00. RGB value is (103,98,0). Sum of RGB (Red+Green+Blue) = 103+98+0=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #676200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676200 is #989DFF. Grayscale: #585858. Windows color (decimal): -10001920 or 25191. OLE color: 25191.
HSL color Cylindrical-coordinate representation of color #676200: hue angle of 57.09º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #676200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 98 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.60 |
| HSL | 57.09º | 1% | 0.2% | - |
| HSV(B) | 57.09º | 1% | 0.4% | - |
| XYZ | 9.96 | 11.62 | 1.72 | - |
| YUV | 88.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 0 | 0 | 0.05 | 1 | 0.60 | 57.09 | 1 | 0.2 |
| Hex | 67 | 62 | 0 | 0 | 5 | 64 | 3C | 39 | 64 | 14 |
| Octal | 147 | 142 | 0 | 0 | 5 | 144 | 74 | 71 | 144 | 24 |
| Binary | 1100111 | 1100010 | 0 | 0 | 101 | 1100100 | 111100 | 111001 | 1100100 | 10100 |
Color Harmonies of #676200
Complementary color
Monochromatic Colors of #676200
Black with #676200
Text Example
Text Example
White with #676200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676200; }
p { color: rgb(103,98,0); }
H1.HeaderClassName
{
color: #676200;
}
.AnyTagClassName
{
color: #676200;
}
</style>
background-color css
<style>
a { background-color: #676200; }
a { background-color: rgb(103,98,0); }
div.DivClassName
{
background-color: #676200;
}
.BgClassName
{
background-color: #676200;
}
</style>
border-color css
<style>
span { border-color: #676200; }
span { border-color: rgb(103,98,0); }
td.TdClassName
{
border-color: #676200;
}
.TagClassName
{
border-color: #676200;
}
</style>