Shades of Oxley #639B7B
Tints of Oxley #639B7B
RGB
CMYK
RGB Variations
Color information
#639B7B (or 0x639B7B) is known color: Oxley. HEX triplet: 63, 9B and 7B. RGB value is (99,155,123). Sum of RGB (Red+Green+Blue) = 99+155+123=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #639B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B7B is #9C6484. Grayscale: #868686. Windows color (decimal): -10249349 or 8100707. OLE color: 8100707.
HSL color Cylindrical-coordinate representation of color #639B7B: hue angle of 145.71º 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 #639B7B is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 123 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.39 |
| HSL | 145.71º | 0.22% | 0.5% | - |
| HSV(B) | 145.71º | 0.36% | 0.61% | - |
| XYZ | 20.44 | 27.53 | 22.97 | - |
| YUV | 134.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 123 | 0.36 | 0 | 0.21 | 0.39 | 145.71 | 0.22 | 0.5 |
| Hex | 63 | 9B | 7B | 24 | 0 | 15 | 27 | 92 | 16 | 32 |
| Octal | 143 | 233 | 173 | 44 | 0 | 25 | 47 | 222 | 26 | 62 |
| Binary | 1100011 | 10011011 | 1111011 | 100100 | 0 | 10101 | 100111 | 10010010 | 10110 | 110010 |
Color Harmonies of #639B7B
Complementary color
Monochromatic Colors of #639B7B
Black with #639B7B
Text Example
Text Example
White with #639B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B7B; }
p { color: rgb(99,155,123); }
H1.HeaderClassName
{
color: #639B7B;
}
.AnyTagClassName
{
color: #639B7B;
}
</style>
background-color css
<style>
a { background-color: #639B7B; }
a { background-color: rgb(99,155,123); }
div.DivClassName
{
background-color: #639B7B;
}
.BgClassName
{
background-color: #639B7B;
}
</style>
border-color css
<style>
span { border-color: #639B7B; }
span { border-color: rgb(99,155,123); }
td.TdClassName
{
border-color: #639B7B;
}
.TagClassName
{
border-color: #639B7B;
}
</style>