Shades of Oxley #5A9C6C
Tints of Oxley #5A9C6C
RGB
CMYK
RGB Variations
Color information
#5A9C6C (or 0x5A9C6C) is known color: Oxley. HEX triplet: 5A, 9C and 6C. RGB value is (90,156,108). Sum of RGB (Red+Green+Blue) = 90+156+108=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C6C is #A56393. Grayscale: #828282. Windows color (decimal): -10838932 or 7117914. OLE color: 7117914.
HSL color Cylindrical-coordinate representation of color #5A9C6C: hue angle of 136.36º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9C6C is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 156 | 108 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.39 |
| HSL | 136.36º | 0.27% | 0.48% | - |
| HSV(B) | 136.36º | 0.42% | 0.61% | - |
| XYZ | 18.81 | 27.03 | 18.41 | - |
| YUV | 130.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 156 | 108 | 0.42 | 0 | 0.31 | 0.39 | 136.36 | 0.27 | 0.48 |
| Hex | 5A | 9C | 6C | 2A | 0 | 1F | 27 | 88 | 1B | 30 |
| Octal | 132 | 234 | 154 | 52 | 0 | 37 | 47 | 210 | 33 | 60 |
| Binary | 1011010 | 10011100 | 1101100 | 101010 | 0 | 11111 | 100111 | 10001000 | 11011 | 110000 |
Color Harmonies of #5A9C6C
Complementary color
Monochromatic Colors of #5A9C6C
Black with #5A9C6C
Text Example
Text Example
White with #5A9C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9C6C; }
p { color: rgb(90,156,108); }
H1.HeaderClassName
{
color: #5A9C6C;
}
.AnyTagClassName
{
color: #5A9C6C;
}
</style>
background-color css
<style>
a { background-color: #5A9C6C; }
a { background-color: rgb(90,156,108); }
div.DivClassName
{
background-color: #5A9C6C;
}
.BgClassName
{
background-color: #5A9C6C;
}
</style>
border-color css
<style>
span { border-color: #5A9C6C; }
span { border-color: rgb(90,156,108); }
td.TdClassName
{
border-color: #5A9C6C;
}
.TagClassName
{
border-color: #5A9C6C;
}
</style>