Shades of Oxley #639B72
Tints of Oxley #639B72
RGB
CMYK
RGB Variations
Color information
#639B72 (or 0x639B72) is known color: Oxley. HEX triplet: 63, 9B and 72. RGB value is (99,155,114). Sum of RGB (Red+Green+Blue) = 99+155+114=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #639B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B72 is #9C648D. Grayscale: #858585. Windows color (decimal): -10249358 or 7510883. OLE color: 7510883.
HSL color Cylindrical-coordinate representation of color #639B72: hue angle of 136.07º 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 #639B72 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 114 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.39 |
| HSL | 136.07º | 0.22% | 0.5% | - |
| HSV(B) | 136.07º | 0.36% | 0.61% | - |
| XYZ | 19.9 | 27.31 | 20.14 | - |
| YUV | 133.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 114 | 0.36 | 0 | 0.26 | 0.39 | 136.07 | 0.22 | 0.5 |
| Hex | 63 | 9B | 72 | 24 | 0 | 1A | 27 | 88 | 16 | 32 |
| Octal | 143 | 233 | 162 | 44 | 0 | 32 | 47 | 210 | 26 | 62 |
| Binary | 1100011 | 10011011 | 1110010 | 100100 | 0 | 11010 | 100111 | 10001000 | 10110 | 110010 |
Color Harmonies of #639B72
Complementary color
Monochromatic Colors of #639B72
Black with #639B72
Text Example
Text Example
White with #639B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B72; }
p { color: rgb(99,155,114); }
H1.HeaderClassName
{
color: #639B72;
}
.AnyTagClassName
{
color: #639B72;
}
</style>
background-color css
<style>
a { background-color: #639B72; }
a { background-color: rgb(99,155,114); }
div.DivClassName
{
background-color: #639B72;
}
.BgClassName
{
background-color: #639B72;
}
</style>
border-color css
<style>
span { border-color: #639B72; }
span { border-color: rgb(99,155,114); }
td.TdClassName
{
border-color: #639B72;
}
.TagClassName
{
border-color: #639B72;
}
</style>