Shades of Oxley #669E7B
Tints of Oxley #669E7B
RGB
CMYK
RGB Variations
Color information
#669E7B (or 0x669E7B) is known color: Oxley. HEX triplet: 66, 9E and 7B. RGB value is (102,158,123). Sum of RGB (Red+Green+Blue) = 102+158+123=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #669E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669E7B is #996184. Grayscale: #898989. Windows color (decimal): -10051973 or 8101478. OLE color: 8101478.
HSL color Cylindrical-coordinate representation of color #669E7B: hue angle of 142.5º 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 #669E7B is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 123 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.38 |
| HSL | 142.5º | 0.22% | 0.51% | - |
| HSV(B) | 142.5º | 0.35% | 0.62% | - |
| XYZ | 21.28 | 28.71 | 23.16 | - |
| YUV | 137.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 123 | 0.35 | 0 | 0.22 | 0.38 | 142.5 | 0.22 | 0.51 |
| Hex | 66 | 9E | 7B | 23 | 0 | 16 | 26 | 8E | 16 | 33 |
| Octal | 146 | 236 | 173 | 43 | 0 | 26 | 46 | 216 | 26 | 63 |
| Binary | 1100110 | 10011110 | 1111011 | 100011 | 0 | 10110 | 100110 | 10001110 | 10110 | 110011 |
Color Harmonies of #669E7B
Complementary color
Monochromatic Colors of #669E7B
Black with #669E7B
Text Example
Text Example
White with #669E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E7B; }
p { color: rgb(102,158,123); }
H1.HeaderClassName
{
color: #669E7B;
}
.AnyTagClassName
{
color: #669E7B;
}
</style>
background-color css
<style>
a { background-color: #669E7B; }
a { background-color: rgb(102,158,123); }
div.DivClassName
{
background-color: #669E7B;
}
.BgClassName
{
background-color: #669E7B;
}
</style>
border-color css
<style>
span { border-color: #669E7B; }
span { border-color: rgb(102,158,123); }
td.TdClassName
{
border-color: #669E7B;
}
.TagClassName
{
border-color: #669E7B;
}
</style>