Shades of Oxley #669570
Tints of Oxley #669570
RGB
CMYK
RGB Variations
Color information
#669570 (or 0x669570) is known color: Oxley. HEX triplet: 66, 95 and 70. RGB value is (102,149,112). Sum of RGB (Red+Green+Blue) = 102+149+112=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #669570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669570 is #996A8F. Grayscale: #828282. Windows color (decimal): -10054288 or 7378278. OLE color: 7378278.
HSL color Cylindrical-coordinate representation of color #669570: hue angle of 132.77º 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 #669570 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 112 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.42 |
| HSL | 132.77º | 0.19% | 0.49% | - |
| HSV(B) | 132.77º | 0.32% | 0.58% | - |
| XYZ | 19.15 | 25.49 | 19.24 | - |
| YUV | 130.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 112 | 0.32 | 0 | 0.25 | 0.42 | 132.77 | 0.19 | 0.49 |
| Hex | 66 | 95 | 70 | 20 | 0 | 19 | 2A | 85 | 13 | 31 |
| Octal | 146 | 225 | 160 | 40 | 0 | 31 | 52 | 205 | 23 | 61 |
| Binary | 1100110 | 10010101 | 1110000 | 100000 | 0 | 11001 | 101010 | 10000101 | 10011 | 110001 |
Color Harmonies of #669570
Complementary color
Monochromatic Colors of #669570
Black with #669570
Text Example
Text Example
White with #669570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669570; }
p { color: rgb(102,149,112); }
H1.HeaderClassName
{
color: #669570;
}
.AnyTagClassName
{
color: #669570;
}
</style>
background-color css
<style>
a { background-color: #669570; }
a { background-color: rgb(102,149,112); }
div.DivClassName
{
background-color: #669570;
}
.BgClassName
{
background-color: #669570;
}
</style>
border-color css
<style>
span { border-color: #669570; }
span { border-color: rgb(102,149,112); }
td.TdClassName
{
border-color: #669570;
}
.TagClassName
{
border-color: #669570;
}
</style>