Shades of Oxley #639A72
Tints of Oxley #639A72
RGB
CMYK
RGB Variations
Color information
#639A72 (or 0x639A72) is known color: Oxley. HEX triplet: 63, 9A and 72. RGB value is (99,154,114). Sum of RGB (Red+Green+Blue) = 99+154+114=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #639A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A72 is #9C658D. Grayscale: #858585. Windows color (decimal): -10249614 or 7510627. OLE color: 7510627.
HSL color Cylindrical-coordinate representation of color #639A72: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639A72 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 154 | 114 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.40 |
| HSL | 136.36º | 0.22% | 0.5% | - |
| HSV(B) | 136.36º | 0.36% | 0.6% | - |
| XYZ | 19.74 | 26.98 | 20.09 | - |
| YUV | 133 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 114 | 0.36 | 0 | 0.26 | 0.40 | 136.36 | 0.22 | 0.5 |
| Hex | 63 | 9A | 72 | 24 | 0 | 1A | 28 | 88 | 16 | 32 |
| Octal | 143 | 232 | 162 | 44 | 0 | 32 | 50 | 210 | 26 | 62 |
| Binary | 1100011 | 10011010 | 1110010 | 100100 | 0 | 11010 | 101000 | 10001000 | 10110 | 110010 |
Color Harmonies of #639A72
Complementary color
Monochromatic Colors of #639A72
Black with #639A72
Text Example
Text Example
White with #639A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639A72; }
p { color: rgb(99,154,114); }
H1.HeaderClassName
{
color: #639A72;
}
.AnyTagClassName
{
color: #639A72;
}
</style>
background-color css
<style>
a { background-color: #639A72; }
a { background-color: rgb(99,154,114); }
div.DivClassName
{
background-color: #639A72;
}
.BgClassName
{
background-color: #639A72;
}
</style>
border-color css
<style>
span { border-color: #639A72; }
span { border-color: rgb(99,154,114); }
td.TdClassName
{
border-color: #639A72;
}
.TagClassName
{
border-color: #639A72;
}
</style>