Shades of Oxley #639B6E
Tints of Oxley #639B6E
RGB
CMYK
RGB Variations
Color information
#639B6E (or 0x639B6E) is known color: Oxley. HEX triplet: 63, 9B and 6E. RGB value is (99,155,110). Sum of RGB (Red+Green+Blue) = 99+155+110=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #639B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B6E is #9C6491. Grayscale: #858585. Windows color (decimal): -10249362 or 7248739. OLE color: 7248739.
HSL color Cylindrical-coordinate representation of color #639B6E: hue angle of 131.79º 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 #639B6E is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 110 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.39 |
| HSL | 131.79º | 0.22% | 0.5% | - |
| HSV(B) | 131.79º | 0.36% | 0.61% | - |
| XYZ | 19.68 | 27.22 | 18.97 | - |
| YUV | 133.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 110 | 0.36 | 0 | 0.29 | 0.39 | 131.79 | 0.22 | 0.5 |
| Hex | 63 | 9B | 6E | 24 | 0 | 1D | 27 | 84 | 16 | 32 |
| Octal | 143 | 233 | 156 | 44 | 0 | 35 | 47 | 204 | 26 | 62 |
| Binary | 1100011 | 10011011 | 1101110 | 100100 | 0 | 11101 | 100111 | 10000100 | 10110 | 110010 |
Color Harmonies of #639B6E
Complementary color
Monochromatic Colors of #639B6E
Black with #639B6E
Text Example
Text Example
White with #639B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B6E; }
p { color: rgb(99,155,110); }
H1.HeaderClassName
{
color: #639B6E;
}
.AnyTagClassName
{
color: #639B6E;
}
</style>
background-color css
<style>
a { background-color: #639B6E; }
a { background-color: rgb(99,155,110); }
div.DivClassName
{
background-color: #639B6E;
}
.BgClassName
{
background-color: #639B6E;
}
</style>
border-color css
<style>
span { border-color: #639B6E; }
span { border-color: rgb(99,155,110); }
td.TdClassName
{
border-color: #639B6E;
}
.TagClassName
{
border-color: #639B6E;
}
</style>