Shades of Oxley #609A6C
Tints of Oxley #609A6C
RGB
CMYK
RGB Variations
Color information
#609A6C (or 0x609A6C) is known color: Oxley. HEX triplet: 60, 9A and 6C. RGB value is (96,154,108). Sum of RGB (Red+Green+Blue) = 96+154+108=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #609A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609A6C is #9F6593. Grayscale: #838383. Windows color (decimal): -10446228 or 7117408. OLE color: 7117408.
HSL color Cylindrical-coordinate representation of color #609A6C: hue angle of 132.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609A6C is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 154 | 108 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.40 |
| HSL | 132.41º | 0.23% | 0.49% | - |
| HSV(B) | 132.41º | 0.38% | 0.6% | - |
| XYZ | 19.09 | 26.68 | 18.33 | - |
| YUV | 131.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 154 | 108 | 0.38 | 0 | 0.30 | 0.40 | 132.41 | 0.23 | 0.49 |
| Hex | 60 | 9A | 6C | 26 | 0 | 1E | 28 | 84 | 17 | 31 |
| Octal | 140 | 232 | 154 | 46 | 0 | 36 | 50 | 204 | 27 | 61 |
| Binary | 1100000 | 10011010 | 1101100 | 100110 | 0 | 11110 | 101000 | 10000100 | 10111 | 110001 |
Color Harmonies of #609A6C
Complementary color
Monochromatic Colors of #609A6C
Black with #609A6C
Text Example
Text Example
White with #609A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609A6C; }
p { color: rgb(96,154,108); }
H1.HeaderClassName
{
color: #609A6C;
}
.AnyTagClassName
{
color: #609A6C;
}
</style>
background-color css
<style>
a { background-color: #609A6C; }
a { background-color: rgb(96,154,108); }
div.DivClassName
{
background-color: #609A6C;
}
.BgClassName
{
background-color: #609A6C;
}
</style>
border-color css
<style>
span { border-color: #609A6C; }
span { border-color: rgb(96,154,108); }
td.TdClassName
{
border-color: #609A6C;
}
.TagClassName
{
border-color: #609A6C;
}
</style>