Shades of Oxley #669F7F
Tints of Oxley #669F7F
RGB
CMYK
RGB Variations
Color information
#669F7F (or 0x669F7F) is known color: Oxley. HEX triplet: 66, 9F and 7F. RGB value is (102,159,127). Sum of RGB (Red+Green+Blue) = 102+159+127=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #669F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F7F is #996080. Grayscale: #8A8A8A. Windows color (decimal): -10051713 or 8363878. OLE color: 8363878.
HSL color Cylindrical-coordinate representation of color #669F7F: hue angle of 146.32º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F7F is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 127 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.38 |
| HSL | 146.32º | 0.23% | 0.51% | - |
| HSV(B) | 146.32º | 0.36% | 0.62% | - |
| XYZ | 21.71 | 29.15 | 24.56 | - |
| YUV | 138.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 127 | 0.36 | 0 | 0.20 | 0.38 | 146.32 | 0.23 | 0.51 |
| Hex | 66 | 9F | 7F | 24 | 0 | 14 | 26 | 92 | 17 | 33 |
| Octal | 146 | 237 | 177 | 44 | 0 | 24 | 46 | 222 | 27 | 63 |
| Binary | 1100110 | 10011111 | 1111111 | 100100 | 0 | 10100 | 100110 | 10010010 | 10111 | 110011 |
Color Harmonies of #669F7F
Complementary color
Monochromatic Colors of #669F7F
Black with #669F7F
Text Example
Text Example
White with #669F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F7F; }
p { color: rgb(102,159,127); }
H1.HeaderClassName
{
color: #669F7F;
}
.AnyTagClassName
{
color: #669F7F;
}
</style>
background-color css
<style>
a { background-color: #669F7F; }
a { background-color: rgb(102,159,127); }
div.DivClassName
{
background-color: #669F7F;
}
.BgClassName
{
background-color: #669F7F;
}
</style>
border-color css
<style>
span { border-color: #669F7F; }
span { border-color: rgb(102,159,127); }
td.TdClassName
{
border-color: #669F7F;
}
.TagClassName
{
border-color: #669F7F;
}
</style>