Shades of Oxley #64A67A
Tints of Oxley #64A67A
RGB
CMYK
RGB Variations
Color information
#64A67A (or 0x64A67A) is known color: Oxley. HEX triplet: 64, A6 and 7A. RGB value is (100,166,122). Sum of RGB (Red+Green+Blue) = 100+166+122=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #64A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A67A is #9B5985. Grayscale: #8D8D8D. Windows color (decimal): -10180998 or 8037988. OLE color: 8037988.
HSL color Cylindrical-coordinate representation of color #64A67A: hue angle of 140º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A67A is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 166 | 122 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.35 |
| HSL | 140º | 0.27% | 0.52% | - |
| HSV(B) | 140º | 0.4% | 0.65% | - |
| XYZ | 22.4 | 31.39 | 23.29 | - |
| YUV | 141.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 122 | 0.40 | 0 | 0.27 | 0.35 | 140 | 0.27 | 0.52 |
| Hex | 64 | A6 | 7A | 28 | 0 | 1B | 23 | 8C | 1B | 34 |
| Octal | 144 | 246 | 172 | 50 | 0 | 33 | 43 | 214 | 33 | 64 |
| Binary | 1100100 | 10100110 | 1111010 | 101000 | 0 | 11011 | 100011 | 10001100 | 11011 | 110100 |
Color Harmonies of #64A67A
Complementary color
Monochromatic Colors of #64A67A
Black with #64A67A
Text Example
Text Example
White with #64A67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A67A; }
p { color: rgb(100,166,122); }
H1.HeaderClassName
{
color: #64A67A;
}
.AnyTagClassName
{
color: #64A67A;
}
</style>
background-color css
<style>
a { background-color: #64A67A; }
a { background-color: rgb(100,166,122); }
div.DivClassName
{
background-color: #64A67A;
}
.BgClassName
{
background-color: #64A67A;
}
</style>
border-color css
<style>
span { border-color: #64A67A; }
span { border-color: rgb(100,166,122); }
td.TdClassName
{
border-color: #64A67A;
}
.TagClassName
{
border-color: #64A67A;
}
</style>