Shades of Oxley #669574
Tints of Oxley #669574
RGB
CMYK
RGB Variations
Color information
#669574 (or 0x669574) is known color: Oxley. HEX triplet: 66, 95 and 74. RGB value is (102,149,116). Sum of RGB (Red+Green+Blue) = 102+149+116=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #669574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669574 is #996A8B. Grayscale: #838383. Windows color (decimal): -10054284 or 7640422. OLE color: 7640422.
HSL color Cylindrical-coordinate representation of color #669574: hue angle of 137.87º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669574 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 116 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.42 |
| HSL | 137.87º | 0.19% | 0.49% | - |
| HSV(B) | 137.87º | 0.32% | 0.58% | - |
| XYZ | 19.38 | 25.58 | 20.44 | - |
| YUV | 131.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 116 | 0.32 | 0 | 0.22 | 0.42 | 137.87 | 0.19 | 0.49 |
| Hex | 66 | 95 | 74 | 20 | 0 | 16 | 2A | 8A | 13 | 31 |
| Octal | 146 | 225 | 164 | 40 | 0 | 26 | 52 | 212 | 23 | 61 |
| Binary | 1100110 | 10010101 | 1110100 | 100000 | 0 | 10110 | 101010 | 10001010 | 10011 | 110001 |
Color Harmonies of #669574
Complementary color
Monochromatic Colors of #669574
Black with #669574
Text Example
Text Example
White with #669574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669574; }
p { color: rgb(102,149,116); }
H1.HeaderClassName
{
color: #669574;
}
.AnyTagClassName
{
color: #669574;
}
</style>
background-color css
<style>
a { background-color: #669574; }
a { background-color: rgb(102,149,116); }
div.DivClassName
{
background-color: #669574;
}
.BgClassName
{
background-color: #669574;
}
</style>
border-color css
<style>
span { border-color: #669574; }
span { border-color: rgb(102,149,116); }
td.TdClassName
{
border-color: #669574;
}
.TagClassName
{
border-color: #669574;
}
</style>