Shades of Oxley #64A97A
Tints of Oxley #64A97A
RGB
CMYK
RGB Variations
Color information
#64A97A (or 0x64A97A) is known color: Oxley. HEX triplet: 64, A9 and 7A. RGB value is (100,169,122). Sum of RGB (Red+Green+Blue) = 100+169+122=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #64A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A97A is #9B5685. Grayscale: #8F8F8F. Windows color (decimal): -10180230 or 8038756. OLE color: 8038756.
HSL color Cylindrical-coordinate representation of color #64A97A: hue angle of 139.13º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A97A is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 169 | 122 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.34 |
| HSL | 139.13º | 0.29% | 0.53% | - |
| HSV(B) | 139.13º | 0.41% | 0.66% | - |
| XYZ | 22.96 | 32.49 | 23.47 | - |
| YUV | 143.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 169 | 122 | 0.41 | 0 | 0.28 | 0.34 | 139.13 | 0.29 | 0.53 |
| Hex | 64 | A9 | 7A | 29 | 0 | 1C | 22 | 8B | 1D | 35 |
| Octal | 144 | 251 | 172 | 51 | 0 | 34 | 42 | 213 | 35 | 65 |
| Binary | 1100100 | 10101001 | 1111010 | 101001 | 0 | 11100 | 100010 | 10001011 | 11101 | 110101 |
Color Harmonies of #64A97A
Complementary color
Monochromatic Colors of #64A97A
Black with #64A97A
Text Example
Text Example
White with #64A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A97A; }
p { color: rgb(100,169,122); }
H1.HeaderClassName
{
color: #64A97A;
}
.AnyTagClassName
{
color: #64A97A;
}
</style>
background-color css
<style>
a { background-color: #64A97A; }
a { background-color: rgb(100,169,122); }
div.DivClassName
{
background-color: #64A97A;
}
.BgClassName
{
background-color: #64A97A;
}
</style>
border-color css
<style>
span { border-color: #64A97A; }
span { border-color: rgb(100,169,122); }
td.TdClassName
{
border-color: #64A97A;
}
.TagClassName
{
border-color: #64A97A;
}
</style>