Shades of Oxley #669775
Tints of Oxley #669775
RGB
CMYK
RGB Variations
Color information
#669775 (or 0x669775) is known color: Oxley. HEX triplet: 66, 97 and 75. RGB value is (102,151,117). Sum of RGB (Red+Green+Blue) = 102+151+117=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #669775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669775 is #99688A. Grayscale: #848484. Windows color (decimal): -10053771 or 7706470. OLE color: 7706470.
HSL color Cylindrical-coordinate representation of color #669775: hue angle of 138.37º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669775 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 117 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.41 |
| HSL | 138.37º | 0.19% | 0.5% | - |
| HSV(B) | 138.37º | 0.32% | 0.59% | - |
| XYZ | 19.76 | 26.24 | 20.85 | - |
| YUV | 132.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 117 | 0.32 | 0 | 0.23 | 0.41 | 138.37 | 0.19 | 0.5 |
| Hex | 66 | 97 | 75 | 20 | 0 | 17 | 29 | 8A | 13 | 32 |
| Octal | 146 | 227 | 165 | 40 | 0 | 27 | 51 | 212 | 23 | 62 |
| Binary | 1100110 | 10010111 | 1110101 | 100000 | 0 | 10111 | 101001 | 10001010 | 10011 | 110010 |
Color Harmonies of #669775
Complementary color
Monochromatic Colors of #669775
Black with #669775
Text Example
Text Example
White with #669775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669775; }
p { color: rgb(102,151,117); }
H1.HeaderClassName
{
color: #669775;
}
.AnyTagClassName
{
color: #669775;
}
</style>
background-color css
<style>
a { background-color: #669775; }
a { background-color: rgb(102,151,117); }
div.DivClassName
{
background-color: #669775;
}
.BgClassName
{
background-color: #669775;
}
</style>
border-color css
<style>
span { border-color: #669775; }
span { border-color: rgb(102,151,117); }
td.TdClassName
{
border-color: #669775;
}
.TagClassName
{
border-color: #669775;
}
</style>