Shades of Oxley #64A880
Tints of Oxley #64A880
RGB
CMYK
RGB Variations
Color information
#64A880 (or 0x64A880) is known color: Oxley. HEX triplet: 64, A8 and 80. RGB value is (100,168,128). Sum of RGB (Red+Green+Blue) = 100+168+128=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 168 - color contains mainly: green. Hex color #64A880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A880 is #9B577F. Grayscale: #8F8F8F. Windows color (decimal): -10180480 or 8431716. OLE color: 8431716.
HSL color Cylindrical-coordinate representation of color #64A880: hue angle of 144.71º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A880 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 128 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.34 |
| HSL | 144.71º | 0.28% | 0.53% | - |
| HSV(B) | 144.71º | 0.4% | 0.66% | - |
| XYZ | 23.15 | 32.27 | 25.43 | - |
| YUV | 143.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 128 | 0.40 | 0 | 0.24 | 0.34 | 144.71 | 0.28 | 0.53 |
| Hex | 64 | A8 | 80 | 28 | 0 | 18 | 22 | 91 | 1C | 35 |
| Octal | 144 | 250 | 200 | 50 | 0 | 30 | 42 | 221 | 34 | 65 |
| Binary | 1100100 | 10101000 | 10000000 | 101000 | 0 | 11000 | 100010 | 10010001 | 11100 | 110101 |
Color Harmonies of #64A880
Complementary color
Monochromatic Colors of #64A880
Black with #64A880
Text Example
Text Example
White with #64A880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A880; }
p { color: rgb(100,168,128); }
H1.HeaderClassName
{
color: #64A880;
}
.AnyTagClassName
{
color: #64A880;
}
</style>
background-color css
<style>
a { background-color: #64A880; }
a { background-color: rgb(100,168,128); }
div.DivClassName
{
background-color: #64A880;
}
.BgClassName
{
background-color: #64A880;
}
</style>
border-color css
<style>
span { border-color: #64A880; }
span { border-color: rgb(100,168,128); }
td.TdClassName
{
border-color: #64A880;
}
.TagClassName
{
border-color: #64A880;
}
</style>