Shades of Oxley #639B77
Tints of Oxley #639B77
RGB
CMYK
RGB Variations
Color information
#639B77 (or 0x639B77) is known color: Oxley. HEX triplet: 63, 9B and 77. RGB value is (99,155,119). Sum of RGB (Red+Green+Blue) = 99+155+119=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #639B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B77 is #9C6488. Grayscale: #868686. Windows color (decimal): -10249353 or 7838563. OLE color: 7838563.
HSL color Cylindrical-coordinate representation of color #639B77: hue angle of 141.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B77 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 119 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.39 |
| HSL | 141.43º | 0.22% | 0.5% | - |
| HSV(B) | 141.43º | 0.36% | 0.61% | - |
| XYZ | 20.2 | 27.43 | 21.68 | - |
| YUV | 134.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 119 | 0.36 | 0 | 0.23 | 0.39 | 141.43 | 0.22 | 0.5 |
| Hex | 63 | 9B | 77 | 24 | 0 | 17 | 27 | 8D | 16 | 32 |
| Octal | 143 | 233 | 167 | 44 | 0 | 27 | 47 | 215 | 26 | 62 |
| Binary | 1100011 | 10011011 | 1110111 | 100100 | 0 | 10111 | 100111 | 10001101 | 10110 | 110010 |
Color Harmonies of #639B77
Complementary color
Monochromatic Colors of #639B77
Black with #639B77
Text Example
Text Example
White with #639B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B77; }
p { color: rgb(99,155,119); }
H1.HeaderClassName
{
color: #639B77;
}
.AnyTagClassName
{
color: #639B77;
}
</style>
background-color css
<style>
a { background-color: #639B77; }
a { background-color: rgb(99,155,119); }
div.DivClassName
{
background-color: #639B77;
}
.BgClassName
{
background-color: #639B77;
}
</style>
border-color css
<style>
span { border-color: #639B77; }
span { border-color: rgb(99,155,119); }
td.TdClassName
{
border-color: #639B77;
}
.TagClassName
{
border-color: #639B77;
}
</style>