Shades of Oxley #599769
Tints of Oxley #599769
RGB
CMYK
RGB Variations
Color information
#599769 (or 0x599769) is known color: Oxley. HEX triplet: 59, 97 and 69. RGB value is (89,151,105). Sum of RGB (Red+Green+Blue) = 89+151+105=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #599769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599769 is #A66896. Grayscale: #7F7F7F. Windows color (decimal): -10905751 or 6920025. OLE color: 6920025.
HSL color Cylindrical-coordinate representation of color #599769: hue angle of 135.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599769 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 105 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.41 |
| HSL | 135.48º | 0.26% | 0.47% | - |
| HSV(B) | 135.48º | 0.41% | 0.59% | - |
| XYZ | 17.74 | 25.28 | 17.31 | - |
| YUV | 127.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 105 | 0.41 | 0 | 0.30 | 0.41 | 135.48 | 0.26 | 0.47 |
| Hex | 59 | 97 | 69 | 29 | 0 | 1E | 29 | 87 | 1A | 2F |
| Octal | 131 | 227 | 151 | 51 | 0 | 36 | 51 | 207 | 32 | 57 |
| Binary | 1011001 | 10010111 | 1101001 | 101001 | 0 | 11110 | 101001 | 10000111 | 11010 | 101111 |
Color Harmonies of #599769
Complementary color
Monochromatic Colors of #599769
Black with #599769
Text Example
Text Example
White with #599769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599769; }
p { color: rgb(89,151,105); }
H1.HeaderClassName
{
color: #599769;
}
.AnyTagClassName
{
color: #599769;
}
</style>
background-color css
<style>
a { background-color: #599769; }
a { background-color: rgb(89,151,105); }
div.DivClassName
{
background-color: #599769;
}
.BgClassName
{
background-color: #599769;
}
</style>
border-color css
<style>
span { border-color: #599769; }
span { border-color: rgb(89,151,105); }
td.TdClassName
{
border-color: #599769;
}
.TagClassName
{
border-color: #599769;
}
</style>