Shades of Oxley #649C72
Tints of Oxley #649C72
RGB
CMYK
RGB Variations
Color information
#649C72 (or 0x649C72) is known color: Oxley. HEX triplet: 64, 9C and 72. RGB value is (100,156,114). Sum of RGB (Red+Green+Blue) = 100+156+114=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #649C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C72 is #9B638D. Grayscale: #868686. Windows color (decimal): -10183566 or 7511140. OLE color: 7511140.
HSL color Cylindrical-coordinate representation of color #649C72: hue angle of 135º 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 #649C72 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 114 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.39 |
| HSL | 135º | 0.22% | 0.5% | - |
| HSV(B) | 135º | 0.36% | 0.61% | - |
| XYZ | 20.18 | 27.7 | 20.2 | - |
| YUV | 134.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 114 | 0.36 | 0 | 0.27 | 0.39 | 135 | 0.22 | 0.5 |
| Hex | 64 | 9C | 72 | 24 | 0 | 1B | 27 | 87 | 16 | 32 |
| Octal | 144 | 234 | 162 | 44 | 0 | 33 | 47 | 207 | 26 | 62 |
| Binary | 1100100 | 10011100 | 1110010 | 100100 | 0 | 11011 | 100111 | 10000111 | 10110 | 110010 |
Color Harmonies of #649C72
Complementary color
Monochromatic Colors of #649C72
Black with #649C72
Text Example
Text Example
White with #649C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C72; }
p { color: rgb(100,156,114); }
H1.HeaderClassName
{
color: #649C72;
}
.AnyTagClassName
{
color: #649C72;
}
</style>
background-color css
<style>
a { background-color: #649C72; }
a { background-color: rgb(100,156,114); }
div.DivClassName
{
background-color: #649C72;
}
.BgClassName
{
background-color: #649C72;
}
</style>
border-color css
<style>
span { border-color: #649C72; }
span { border-color: rgb(100,156,114); }
td.TdClassName
{
border-color: #649C72;
}
.TagClassName
{
border-color: #649C72;
}
</style>