Shades of Olive #677700
Tints of Olive #677700
RGB
CMYK
RGB Variations
Color information
#677700 (or 0x677700) is known color: Olive. HEX triplet: 67, 77 and 00. RGB value is (103,119,0). Sum of RGB (Red+Green+Blue) = 103+119+0=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #677700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677700 is #9888FF. Grayscale: #656565. Windows color (decimal): -9996544 or 30567. OLE color: 30567.
HSL color Cylindrical-coordinate representation of color #677700: hue angle of 68.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #677700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 119 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.53 |
| HSL | 68.07º | 1% | 0.23% | - |
| HSV(B) | 68.07º | 1% | 0.47% | - |
| XYZ | 12.19 | 16.08 | 2.46 | - |
| YUV | 100.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 0 | 0.13 | 0 | 1 | 0.53 | 68.07 | 1 | 0.23 |
| Hex | 67 | 77 | 0 | D | 0 | 64 | 35 | 44 | 64 | 17 |
| Octal | 147 | 167 | 0 | 15 | 0 | 144 | 65 | 104 | 144 | 27 |
| Binary | 1100111 | 1110111 | 0 | 1101 | 0 | 1100100 | 110101 | 1000100 | 1100100 | 10111 |
Color Harmonies of #677700
Complementary color
Monochromatic Colors of #677700
Black with #677700
Text Example
Text Example
White with #677700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677700; }
p { color: rgb(103,119,0); }
H1.HeaderClassName
{
color: #677700;
}
.AnyTagClassName
{
color: #677700;
}
</style>
background-color css
<style>
a { background-color: #677700; }
a { background-color: rgb(103,119,0); }
div.DivClassName
{
background-color: #677700;
}
.BgClassName
{
background-color: #677700;
}
</style>
border-color css
<style>
span { border-color: #677700; }
span { border-color: rgb(103,119,0); }
td.TdClassName
{
border-color: #677700;
}
.TagClassName
{
border-color: #677700;
}
</style>