Shades of Oxley #64A27B
Tints of Oxley #64A27B
RGB
CMYK
RGB Variations
Color information
#64A27B (or 0x64A27B) is known color: Oxley. HEX triplet: 64, A2 and 7B. RGB value is (100,162,123). Sum of RGB (Red+Green+Blue) = 100+162+123=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #64A27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A27B is #9B5D84. Grayscale: #8B8B8B. Windows color (decimal): -10182021 or 8102500. OLE color: 8102500.
HSL color Cylindrical-coordinate representation of color #64A27B: hue angle of 142.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A27B is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 162 | 123 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.36 |
| HSL | 142.26º | 0.25% | 0.51% | - |
| HSV(B) | 142.26º | 0.38% | 0.64% | - |
| XYZ | 21.75 | 29.98 | 23.38 | - |
| YUV | 139.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 123 | 0.38 | 0 | 0.24 | 0.36 | 142.26 | 0.25 | 0.51 |
| Hex | 64 | A2 | 7B | 26 | 0 | 18 | 24 | 8E | 19 | 33 |
| Octal | 144 | 242 | 173 | 46 | 0 | 30 | 44 | 216 | 31 | 63 |
| Binary | 1100100 | 10100010 | 1111011 | 100110 | 0 | 11000 | 100100 | 10001110 | 11001 | 110011 |
Color Harmonies of #64A27B
Complementary color
Monochromatic Colors of #64A27B
Black with #64A27B
Text Example
Text Example
White with #64A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A27B; }
p { color: rgb(100,162,123); }
H1.HeaderClassName
{
color: #64A27B;
}
.AnyTagClassName
{
color: #64A27B;
}
</style>
background-color css
<style>
a { background-color: #64A27B; }
a { background-color: rgb(100,162,123); }
div.DivClassName
{
background-color: #64A27B;
}
.BgClassName
{
background-color: #64A27B;
}
</style>
border-color css
<style>
span { border-color: #64A27B; }
span { border-color: rgb(100,162,123); }
td.TdClassName
{
border-color: #64A27B;
}
.TagClassName
{
border-color: #64A27B;
}
</style>