Shades of Oxley #609871
Tints of Oxley #609871
RGB
CMYK
RGB Variations
Color information
#609871 (or 0x609871) is known color: Oxley. HEX triplet: 60, 98 and 71. RGB value is (96,152,113). Sum of RGB (Red+Green+Blue) = 96+152+113=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #609871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609871 is #9F678E. Grayscale: #828282. Windows color (decimal): -10446735 or 7444576. OLE color: 7444576.
HSL color Cylindrical-coordinate representation of color #609871: hue angle of 138.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609871 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 113 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.40 |
| HSL | 138.21º | 0.23% | 0.49% | - |
| HSV(B) | 138.21º | 0.37% | 0.6% | - |
| XYZ | 19.03 | 26.14 | 19.66 | - |
| YUV | 130.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 113 | 0.37 | 0 | 0.26 | 0.40 | 138.21 | 0.23 | 0.49 |
| Hex | 60 | 98 | 71 | 25 | 0 | 1A | 28 | 8A | 17 | 31 |
| Octal | 140 | 230 | 161 | 45 | 0 | 32 | 50 | 212 | 27 | 61 |
| Binary | 1100000 | 10011000 | 1110001 | 100101 | 0 | 11010 | 101000 | 10001010 | 10111 | 110001 |
Color Harmonies of #609871
Complementary color
Monochromatic Colors of #609871
Black with #609871
Text Example
Text Example
White with #609871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609871; }
p { color: rgb(96,152,113); }
H1.HeaderClassName
{
color: #609871;
}
.AnyTagClassName
{
color: #609871;
}
</style>
background-color css
<style>
a { background-color: #609871; }
a { background-color: rgb(96,152,113); }
div.DivClassName
{
background-color: #609871;
}
.BgClassName
{
background-color: #609871;
}
</style>
border-color css
<style>
span { border-color: #609871; }
span { border-color: rgb(96,152,113); }
td.TdClassName
{
border-color: #609871;
}
.TagClassName
{
border-color: #609871;
}
</style>