Shades of Oxley #669176
Tints of Oxley #669176
RGB
CMYK
RGB Variations
Color information
#669176 (or 0x669176) is known color: Oxley. HEX triplet: 66, 91 and 76. RGB value is (102,145,118). Sum of RGB (Red+Green+Blue) = 102+145+118=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #669176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669176 is #996E89. Grayscale: #818181. Windows color (decimal): -10055306 or 7770470. OLE color: 7770470.
HSL color Cylindrical-coordinate representation of color #669176: hue angle of 142.33º 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 #669176 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 118 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.43 |
| HSL | 142.33º | 0.17% | 0.48% | - |
| HSV(B) | 142.33º | 0.3% | 0.57% | - |
| XYZ | 18.87 | 24.38 | 20.85 | - |
| YUV | 129.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 118 | 0.30 | 0 | 0.19 | 0.43 | 142.33 | 0.17 | 0.48 |
| Hex | 66 | 91 | 76 | 1E | 0 | 13 | 2B | 8E | 11 | 30 |
| Octal | 146 | 221 | 166 | 36 | 0 | 23 | 53 | 216 | 21 | 60 |
| Binary | 1100110 | 10010001 | 1110110 | 11110 | 0 | 10011 | 101011 | 10001110 | 10001 | 110000 |
Color Harmonies of #669176
Complementary color
Monochromatic Colors of #669176
Black with #669176
Text Example
Text Example
White with #669176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669176; }
p { color: rgb(102,145,118); }
H1.HeaderClassName
{
color: #669176;
}
.AnyTagClassName
{
color: #669176;
}
</style>
background-color css
<style>
a { background-color: #669176; }
a { background-color: rgb(102,145,118); }
div.DivClassName
{
background-color: #669176;
}
.BgClassName
{
background-color: #669176;
}
</style>
border-color css
<style>
span { border-color: #669176; }
span { border-color: rgb(102,145,118); }
td.TdClassName
{
border-color: #669176;
}
.TagClassName
{
border-color: #669176;
}
</style>