Shades of Oxley #60996A
Tints of Oxley #60996A
RGB
CMYK
RGB Variations
Color information
#60996A (or 0x60996A) is known color: Oxley. HEX triplet: 60, 99 and 6A. RGB value is (96,153,106). Sum of RGB (Red+Green+Blue) = 96+153+106=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #60996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60996A is #9F6695. Grayscale: #828282. Windows color (decimal): -10446486 or 6986080. OLE color: 6986080.
HSL color Cylindrical-coordinate representation of color #60996A: hue angle of 130.53º 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 #60996A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 106 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.4 |
| HSL | 130.53º | 0.23% | 0.49% | - |
| HSV(B) | 130.53º | 0.37% | 0.6% | - |
| XYZ | 18.82 | 26.31 | 17.72 | - |
| YUV | 130.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 106 | 0.37 | 0 | 0.31 | 0.4 | 130.53 | 0.23 | 0.49 |
| Hex | 60 | 99 | 6A | 25 | 0 | 1F | 28 | 83 | 17 | 31 |
| Octal | 140 | 231 | 152 | 45 | 0 | 37 | 50 | 203 | 27 | 61 |
| Binary | 1100000 | 10011001 | 1101010 | 100101 | 0 | 11111 | 101000 | 10000011 | 10111 | 110001 |
Color Harmonies of #60996A
Complementary color
Monochromatic Colors of #60996A
Black with #60996A
Text Example
Text Example
White with #60996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60996A; }
p { color: rgb(96,153,106); }
H1.HeaderClassName
{
color: #60996A;
}
.AnyTagClassName
{
color: #60996A;
}
</style>
background-color css
<style>
a { background-color: #60996A; }
a { background-color: rgb(96,153,106); }
div.DivClassName
{
background-color: #60996A;
}
.BgClassName
{
background-color: #60996A;
}
</style>
border-color css
<style>
span { border-color: #60996A; }
span { border-color: rgb(96,153,106); }
td.TdClassName
{
border-color: #60996A;
}
.TagClassName
{
border-color: #60996A;
}
</style>