Shades of Oxley #669A7D
Tints of Oxley #669A7D
RGB
CMYK
RGB Variations
Color information
#669A7D (or 0x669A7D) is known color: Oxley. HEX triplet: 66, 9A and 7D. RGB value is (102,154,125). Sum of RGB (Red+Green+Blue) = 102+154+125=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 154 - color contains mainly: green. Hex color #669A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A7D is #996582. Grayscale: #878787. Windows color (decimal): -10052995 or 8231526. OLE color: 8231526.
HSL color Cylindrical-coordinate representation of color #669A7D: hue angle of 146.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A7D is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 154 | 125 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.40 |
| HSL | 146.54º | 0.2% | 0.5% | - |
| HSV(B) | 146.54º | 0.34% | 0.6% | - |
| XYZ | 20.74 | 27.42 | 23.6 | - |
| YUV | 135.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 125 | 0.34 | 0 | 0.19 | 0.40 | 146.54 | 0.2 | 0.5 |
| Hex | 66 | 9A | 7D | 22 | 0 | 13 | 28 | 93 | 14 | 32 |
| Octal | 146 | 232 | 175 | 42 | 0 | 23 | 50 | 223 | 24 | 62 |
| Binary | 1100110 | 10011010 | 1111101 | 100010 | 0 | 10011 | 101000 | 10010011 | 10100 | 110010 |
Color Harmonies of #669A7D
Complementary color
Monochromatic Colors of #669A7D
Black with #669A7D
Text Example
Text Example
White with #669A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669A7D; }
p { color: rgb(102,154,125); }
H1.HeaderClassName
{
color: #669A7D;
}
.AnyTagClassName
{
color: #669A7D;
}
</style>
background-color css
<style>
a { background-color: #669A7D; }
a { background-color: rgb(102,154,125); }
div.DivClassName
{
background-color: #669A7D;
}
.BgClassName
{
background-color: #669A7D;
}
</style>
border-color css
<style>
span { border-color: #669A7D; }
span { border-color: rgb(102,154,125); }
td.TdClassName
{
border-color: #669A7D;
}
.TagClassName
{
border-color: #669A7D;
}
</style>