Shades of Oxley #64987B
Tints of Oxley #64987B
RGB
CMYK
RGB Variations
Color information
#64987B (or 0x64987B) is known color: Oxley. HEX triplet: 64, 98 and 7B. RGB value is (100,152,123). Sum of RGB (Red+Green+Blue) = 100+152+123=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #64987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64987B is #9B6784. Grayscale: #858585. Windows color (decimal): -10184581 or 8099940. OLE color: 8099940.
HSL color Cylindrical-coordinate representation of color #64987B: hue angle of 146.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64987B is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 123 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.40 |
| HSL | 146.54º | 0.21% | 0.49% | - |
| HSV(B) | 146.54º | 0.34% | 0.6% | - |
| XYZ | 20.06 | 26.6 | 22.82 | - |
| YUV | 133.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 123 | 0.34 | 0 | 0.19 | 0.40 | 146.54 | 0.21 | 0.49 |
| Hex | 64 | 98 | 7B | 22 | 0 | 13 | 28 | 93 | 15 | 31 |
| Octal | 144 | 230 | 173 | 42 | 0 | 23 | 50 | 223 | 25 | 61 |
| Binary | 1100100 | 10011000 | 1111011 | 100010 | 0 | 10011 | 101000 | 10010011 | 10101 | 110001 |
Color Harmonies of #64987B
Complementary color
Monochromatic Colors of #64987B
Black with #64987B
Text Example
Text Example
White with #64987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64987B; }
p { color: rgb(100,152,123); }
H1.HeaderClassName
{
color: #64987B;
}
.AnyTagClassName
{
color: #64987B;
}
</style>
background-color css
<style>
a { background-color: #64987B; }
a { background-color: rgb(100,152,123); }
div.DivClassName
{
background-color: #64987B;
}
.BgClassName
{
background-color: #64987B;
}
</style>
border-color css
<style>
span { border-color: #64987B; }
span { border-color: rgb(100,152,123); }
td.TdClassName
{
border-color: #64987B;
}
.TagClassName
{
border-color: #64987B;
}
</style>