Shades of Oxley #689777
Tints of Oxley #689777
RGB
CMYK
RGB Variations
Color information
#689777 (or 0x689777) is known color: Oxley. HEX triplet: 68, 97 and 77. RGB value is (104,151,119). Sum of RGB (Red+Green+Blue) = 104+151+119=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #689777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689777 is #976888. Grayscale: #858585. Windows color (decimal): -9922697 or 7837544. OLE color: 7837544.
HSL color Cylindrical-coordinate representation of color #689777: hue angle of 139.15º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689777 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 119 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.41 |
| HSL | 139.15º | 0.18% | 0.5% | - |
| HSV(B) | 139.15º | 0.31% | 0.59% | - |
| XYZ | 20.11 | 26.41 | 21.49 | - |
| YUV | 133.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 119 | 0.31 | 0 | 0.21 | 0.41 | 139.15 | 0.18 | 0.5 |
| Hex | 68 | 97 | 77 | 1F | 0 | 15 | 29 | 8B | 12 | 32 |
| Octal | 150 | 227 | 167 | 37 | 0 | 25 | 51 | 213 | 22 | 62 |
| Binary | 1101000 | 10010111 | 1110111 | 11111 | 0 | 10101 | 101001 | 10001011 | 10010 | 110010 |
Color Harmonies of #689777
Complementary color
Monochromatic Colors of #689777
Black with #689777
Text Example
Text Example
White with #689777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689777; }
p { color: rgb(104,151,119); }
H1.HeaderClassName
{
color: #689777;
}
.AnyTagClassName
{
color: #689777;
}
</style>
background-color css
<style>
a { background-color: #689777; }
a { background-color: rgb(104,151,119); }
div.DivClassName
{
background-color: #689777;
}
.BgClassName
{
background-color: #689777;
}
</style>
border-color css
<style>
span { border-color: #689777; }
span { border-color: rgb(104,151,119); }
td.TdClassName
{
border-color: #689777;
}
.TagClassName
{
border-color: #689777;
}
</style>