Shades of Oxley #669171
Tints of Oxley #669171
RGB
CMYK
RGB Variations
Color information
#669171 (or 0x669171) is known color: Oxley. HEX triplet: 66, 91 and 71. RGB value is (102,145,113). Sum of RGB (Red+Green+Blue) = 102+145+113=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #669171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669171 is #996E8E. Grayscale: #808080. Windows color (decimal): -10055311 or 7442790. OLE color: 7442790.
HSL color Cylindrical-coordinate representation of color #669171: hue angle of 135.35º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669171 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 113 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.43 |
| HSL | 135.35º | 0.17% | 0.48% | - |
| HSV(B) | 135.35º | 0.3% | 0.57% | - |
| XYZ | 18.59 | 24.27 | 19.33 | - |
| YUV | 128.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 113 | 0.30 | 0 | 0.22 | 0.43 | 135.35 | 0.17 | 0.48 |
| Hex | 66 | 91 | 71 | 1E | 0 | 16 | 2B | 87 | 11 | 30 |
| Octal | 146 | 221 | 161 | 36 | 0 | 26 | 53 | 207 | 21 | 60 |
| Binary | 1100110 | 10010001 | 1110001 | 11110 | 0 | 10110 | 101011 | 10000111 | 10001 | 110000 |
Color Harmonies of #669171
Complementary color
Monochromatic Colors of #669171
Black with #669171
Text Example
Text Example
White with #669171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669171; }
p { color: rgb(102,145,113); }
H1.HeaderClassName
{
color: #669171;
}
.AnyTagClassName
{
color: #669171;
}
</style>
background-color css
<style>
a { background-color: #669171; }
a { background-color: rgb(102,145,113); }
div.DivClassName
{
background-color: #669171;
}
.BgClassName
{
background-color: #669171;
}
</style>
border-color css
<style>
span { border-color: #669171; }
span { border-color: rgb(102,145,113); }
td.TdClassName
{
border-color: #669171;
}
.TagClassName
{
border-color: #669171;
}
</style>