Shades of Oxley #669F75
Tints of Oxley #669F75
RGB
CMYK
RGB Variations
Color information
#669F75 (or 0x669F75) is known color: Oxley. HEX triplet: 66, 9F and 75. RGB value is (102,159,117). Sum of RGB (Red+Green+Blue) = 102+159+117=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #669F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F75 is #99608A. Grayscale: #898989. Windows color (decimal): -10051723 or 7708518. OLE color: 7708518.
HSL color Cylindrical-coordinate representation of color #669F75: hue angle of 135.79º 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 #669F75 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 117 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.38 |
| HSL | 135.79º | 0.23% | 0.51% | - |
| HSV(B) | 135.79º | 0.36% | 0.62% | - |
| XYZ | 21.09 | 28.91 | 21.3 | - |
| YUV | 137.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 117 | 0.36 | 0 | 0.26 | 0.38 | 135.79 | 0.23 | 0.51 |
| Hex | 66 | 9F | 75 | 24 | 0 | 1A | 26 | 88 | 17 | 33 |
| Octal | 146 | 237 | 165 | 44 | 0 | 32 | 46 | 210 | 27 | 63 |
| Binary | 1100110 | 10011111 | 1110101 | 100100 | 0 | 11010 | 100110 | 10001000 | 10111 | 110011 |
Color Harmonies of #669F75
Complementary color
Monochromatic Colors of #669F75
Black with #669F75
Text Example
Text Example
White with #669F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F75; }
p { color: rgb(102,159,117); }
H1.HeaderClassName
{
color: #669F75;
}
.AnyTagClassName
{
color: #669F75;
}
</style>
background-color css
<style>
a { background-color: #669F75; }
a { background-color: rgb(102,159,117); }
div.DivClassName
{
background-color: #669F75;
}
.BgClassName
{
background-color: #669F75;
}
</style>
border-color css
<style>
span { border-color: #669F75; }
span { border-color: rgb(102,159,117); }
td.TdClassName
{
border-color: #669F75;
}
.TagClassName
{
border-color: #669F75;
}
</style>