Shades of Oxley #639C72
Tints of Oxley #639C72
RGB
CMYK
RGB Variations
Color information
#639C72 (or 0x639C72) is known color: Oxley. HEX triplet: 63, 9C and 72. RGB value is (99,156,114). Sum of RGB (Red+Green+Blue) = 99+156+114=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #639C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C72 is #9C638D. Grayscale: #868686. Windows color (decimal): -10249102 or 7511139. OLE color: 7511139.
HSL color Cylindrical-coordinate representation of color #639C72: hue angle of 135.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C72 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 156 | 114 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.39 |
| HSL | 135.79º | 0.22% | 0.5% | - |
| HSV(B) | 135.79º | 0.37% | 0.61% | - |
| XYZ | 20.07 | 27.64 | 20.2 | - |
| YUV | 134.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 114 | 0.37 | 0 | 0.27 | 0.39 | 135.79 | 0.22 | 0.5 |
| Hex | 63 | 9C | 72 | 25 | 0 | 1B | 27 | 88 | 16 | 32 |
| Octal | 143 | 234 | 162 | 45 | 0 | 33 | 47 | 210 | 26 | 62 |
| Binary | 1100011 | 10011100 | 1110010 | 100101 | 0 | 11011 | 100111 | 10001000 | 10110 | 110010 |
Color Harmonies of #639C72
Complementary color
Monochromatic Colors of #639C72
Black with #639C72
Text Example
Text Example
White with #639C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639C72; }
p { color: rgb(99,156,114); }
H1.HeaderClassName
{
color: #639C72;
}
.AnyTagClassName
{
color: #639C72;
}
</style>
background-color css
<style>
a { background-color: #639C72; }
a { background-color: rgb(99,156,114); }
div.DivClassName
{
background-color: #639C72;
}
.BgClassName
{
background-color: #639C72;
}
</style>
border-color css
<style>
span { border-color: #639C72; }
span { border-color: rgb(99,156,114); }
td.TdClassName
{
border-color: #639C72;
}
.TagClassName
{
border-color: #639C72;
}
</style>