Shades of Olive #676900
Tints of Olive #676900
RGB
CMYK
RGB Variations
Color information
#676900 (or 0x676900) is known color: Olive. HEX triplet: 67, 69 and 00. RGB value is (103,105,0). Sum of RGB (Red+Green+Blue) = 103+105+0=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #676900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676900 is #9896FF. Grayscale: #5C5C5C. Windows color (decimal): -10000128 or 26983. OLE color: 26983.
HSL color Cylindrical-coordinate representation of color #676900: hue angle of 61.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #676900 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.59 |
| HSL | 61.14º | 1% | 0.21% | - |
| HSV(B) | 61.14º | 1% | 0.41% | - |
| XYZ | 10.65 | 12.99 | 1.95 | - |
| YUV | 92.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 0 | 0.02 | 0 | 1 | 0.59 | 61.14 | 1 | 0.21 |
| Hex | 67 | 69 | 0 | 2 | 0 | 64 | 3B | 3D | 64 | 15 |
| Octal | 147 | 151 | 0 | 2 | 0 | 144 | 73 | 75 | 144 | 25 |
| Binary | 1100111 | 1101001 | 0 | 10 | 0 | 1100100 | 111011 | 111101 | 1100100 | 10101 |
Color Harmonies of #676900
Complementary color
Monochromatic Colors of #676900
Black with #676900
Text Example
Text Example
White with #676900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676900; }
p { color: rgb(103,105,0); }
H1.HeaderClassName
{
color: #676900;
}
.AnyTagClassName
{
color: #676900;
}
</style>
background-color css
<style>
a { background-color: #676900; }
a { background-color: rgb(103,105,0); }
div.DivClassName
{
background-color: #676900;
}
.BgClassName
{
background-color: #676900;
}
</style>
border-color css
<style>
span { border-color: #676900; }
span { border-color: rgb(103,105,0); }
td.TdClassName
{
border-color: #676900;
}
.TagClassName
{
border-color: #676900;
}
</style>