Shades of Oxley #669771
Tints of Oxley #669771
RGB
CMYK
RGB Variations
Color information
#669771 (or 0x669771) is known color: Oxley. HEX triplet: 66, 97 and 71. RGB value is (102,151,113). Sum of RGB (Red+Green+Blue) = 102+151+113=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #669771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669771 is #99688E. Grayscale: #848484. Windows color (decimal): -10053775 or 7444326. OLE color: 7444326.
HSL color Cylindrical-coordinate representation of color #669771: hue angle of 133.47º 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 #669771 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 113 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.41 |
| HSL | 133.47º | 0.19% | 0.5% | - |
| HSV(B) | 133.47º | 0.32% | 0.59% | - |
| XYZ | 19.53 | 26.15 | 19.64 | - |
| YUV | 132.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 113 | 0.32 | 0 | 0.25 | 0.41 | 133.47 | 0.19 | 0.5 |
| Hex | 66 | 97 | 71 | 20 | 0 | 19 | 29 | 85 | 13 | 32 |
| Octal | 146 | 227 | 161 | 40 | 0 | 31 | 51 | 205 | 23 | 62 |
| Binary | 1100110 | 10010111 | 1110001 | 100000 | 0 | 11001 | 101001 | 10000101 | 10011 | 110010 |
Color Harmonies of #669771
Complementary color
Monochromatic Colors of #669771
Black with #669771
Text Example
Text Example
White with #669771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669771; }
p { color: rgb(102,151,113); }
H1.HeaderClassName
{
color: #669771;
}
.AnyTagClassName
{
color: #669771;
}
</style>
background-color css
<style>
a { background-color: #669771; }
a { background-color: rgb(102,151,113); }
div.DivClassName
{
background-color: #669771;
}
.BgClassName
{
background-color: #669771;
}
</style>
border-color css
<style>
span { border-color: #669771; }
span { border-color: rgb(102,151,113); }
td.TdClassName
{
border-color: #669771;
}
.TagClassName
{
border-color: #669771;
}
</style>