Shades of Olive #676600
Tints of Olive #676600
RGB
CMYK
RGB Variations
Color information
#676600 (or 0x676600) is known color: Olive. HEX triplet: 67, 66 and 00. RGB value is (103,102,0). Sum of RGB (Red+Green+Blue) = 103+102+0=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #676600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676600 is #9899FF. Grayscale: #5B5B5B. Windows color (decimal): -10000896 or 26215. OLE color: 26215.
HSL color Cylindrical-coordinate representation of color #676600: hue angle of 59.42º 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 #676600 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.60 |
| HSL | 59.42º | 1% | 0.2% | - |
| HSV(B) | 59.42º | 1% | 0.4% | - |
| XYZ | 10.34 | 12.39 | 1.85 | - |
| YUV | 90.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 0 | 0 | 0.01 | 1 | 0.60 | 59.42 | 1 | 0.2 |
| Hex | 67 | 66 | 0 | 0 | 1 | 64 | 3C | 3B | 64 | 14 |
| Octal | 147 | 146 | 0 | 0 | 1 | 144 | 74 | 73 | 144 | 24 |
| Binary | 1100111 | 1100110 | 0 | 0 | 1 | 1100100 | 111100 | 111011 | 1100100 | 10100 |
Color Harmonies of #676600
Complementary color
Monochromatic Colors of #676600
Black with #676600
Text Example
Text Example
White with #676600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676600; }
p { color: rgb(103,102,0); }
H1.HeaderClassName
{
color: #676600;
}
.AnyTagClassName
{
color: #676600;
}
</style>
background-color css
<style>
a { background-color: #676600; }
a { background-color: rgb(103,102,0); }
div.DivClassName
{
background-color: #676600;
}
.BgClassName
{
background-color: #676600;
}
</style>
border-color css
<style>
span { border-color: #676600; }
span { border-color: rgb(103,102,0); }
td.TdClassName
{
border-color: #676600;
}
.TagClassName
{
border-color: #676600;
}
</style>