Shades of Oxley #669D7B
Tints of Oxley #669D7B
RGB
CMYK
RGB Variations
Color information
#669D7B (or 0x669D7B) is known color: Oxley. HEX triplet: 66, 9D and 7B. RGB value is (102,157,123). Sum of RGB (Red+Green+Blue) = 102+157+123=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #669D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D7B is #996284. Grayscale: #888888. Windows color (decimal): -10052229 or 8101222. OLE color: 8101222.
HSL color Cylindrical-coordinate representation of color #669D7B: hue angle of 142.91º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D7B is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 123 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.38 |
| HSL | 142.91º | 0.22% | 0.51% | - |
| HSV(B) | 142.91º | 0.35% | 0.62% | - |
| XYZ | 21.11 | 28.37 | 23.1 | - |
| YUV | 136.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 123 | 0.35 | 0 | 0.22 | 0.38 | 142.91 | 0.22 | 0.51 |
| Hex | 66 | 9D | 7B | 23 | 0 | 16 | 26 | 8F | 16 | 33 |
| Octal | 146 | 235 | 173 | 43 | 0 | 26 | 46 | 217 | 26 | 63 |
| Binary | 1100110 | 10011101 | 1111011 | 100011 | 0 | 10110 | 100110 | 10001111 | 10110 | 110011 |
Color Harmonies of #669D7B
Complementary color
Monochromatic Colors of #669D7B
Black with #669D7B
Text Example
Text Example
White with #669D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D7B; }
p { color: rgb(102,157,123); }
H1.HeaderClassName
{
color: #669D7B;
}
.AnyTagClassName
{
color: #669D7B;
}
</style>
background-color css
<style>
a { background-color: #669D7B; }
a { background-color: rgb(102,157,123); }
div.DivClassName
{
background-color: #669D7B;
}
.BgClassName
{
background-color: #669D7B;
}
</style>
border-color css
<style>
span { border-color: #669D7B; }
span { border-color: rgb(102,157,123); }
td.TdClassName
{
border-color: #669D7B;
}
.TagClassName
{
border-color: #669D7B;
}
</style>