Shades of Oxley #668F78
Tints of Oxley #668F78
RGB
CMYK
RGB Variations
Color information
#668F78 (or 0x668F78) is known color: Oxley. HEX triplet: 66, 8F and 78. RGB value is (102,143,120). Sum of RGB (Red+Green+Blue) = 102+143+120=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #668F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F78 is #997087. Grayscale: #808080. Windows color (decimal): -10055816 or 7901030. OLE color: 7901030.
HSL color Cylindrical-coordinate representation of color #668F78: hue angle of 146.34º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F78 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 143 | 120 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.44 |
| HSL | 146.34º | 0.17% | 0.48% | - |
| HSV(B) | 146.34º | 0.29% | 0.56% | - |
| XYZ | 18.69 | 23.83 | 21.38 | - |
| YUV | 128.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 120 | 0.29 | 0 | 0.16 | 0.44 | 146.34 | 0.17 | 0.48 |
| Hex | 66 | 8F | 78 | 1D | 0 | 10 | 2C | 92 | 11 | 30 |
| Octal | 146 | 217 | 170 | 35 | 0 | 20 | 54 | 222 | 21 | 60 |
| Binary | 1100110 | 10001111 | 1111000 | 11101 | 0 | 10000 | 101100 | 10010010 | 10001 | 110000 |
Color Harmonies of #668F78
Complementary color
Monochromatic Colors of #668F78
Black with #668F78
Text Example
Text Example
White with #668F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668F78; }
p { color: rgb(102,143,120); }
H1.HeaderClassName
{
color: #668F78;
}
.AnyTagClassName
{
color: #668F78;
}
</style>
background-color css
<style>
a { background-color: #668F78; }
a { background-color: rgb(102,143,120); }
div.DivClassName
{
background-color: #668F78;
}
.BgClassName
{
background-color: #668F78;
}
</style>
border-color css
<style>
span { border-color: #668F78; }
span { border-color: rgb(102,143,120); }
td.TdClassName
{
border-color: #668F78;
}
.TagClassName
{
border-color: #668F78;
}
</style>