Shades of Oxley #609374
Tints of Oxley #609374
RGB
CMYK
RGB Variations
Color information
#609374 (or 0x609374) is known color: Oxley. HEX triplet: 60, 93 and 74. RGB value is (96,147,116). Sum of RGB (Red+Green+Blue) = 96+147+116=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #609374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609374 is #9F6C8B. Grayscale: #808080. Windows color (decimal): -10448012 or 7639904. OLE color: 7639904.
HSL color Cylindrical-coordinate representation of color #609374: hue angle of 143.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609374 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 116 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.42 |
| HSL | 143.53º | 0.21% | 0.48% | - |
| HSV(B) | 143.53º | 0.35% | 0.58% | - |
| XYZ | 18.41 | 24.62 | 20.3 | - |
| YUV | 128.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 116 | 0.35 | 0 | 0.21 | 0.42 | 143.53 | 0.21 | 0.48 |
| Hex | 60 | 93 | 74 | 23 | 0 | 15 | 2A | 90 | 15 | 30 |
| Octal | 140 | 223 | 164 | 43 | 0 | 25 | 52 | 220 | 25 | 60 |
| Binary | 1100000 | 10010011 | 1110100 | 100011 | 0 | 10101 | 101010 | 10010000 | 10101 | 110000 |
Color Harmonies of #609374
Complementary color
Monochromatic Colors of #609374
Black with #609374
Text Example
Text Example
White with #609374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609374; }
p { color: rgb(96,147,116); }
H1.HeaderClassName
{
color: #609374;
}
.AnyTagClassName
{
color: #609374;
}
</style>
background-color css
<style>
a { background-color: #609374; }
a { background-color: rgb(96,147,116); }
div.DivClassName
{
background-color: #609374;
}
.BgClassName
{
background-color: #609374;
}
</style>
border-color css
<style>
span { border-color: #609374; }
span { border-color: rgb(96,147,116); }
td.TdClassName
{
border-color: #609374;
}
.TagClassName
{
border-color: #609374;
}
</style>