Shades of Oxley #66987A
Tints of Oxley #66987A
RGB
CMYK
RGB Variations
Color information
#66987A (or 0x66987A) is known color: Oxley. HEX triplet: 66, 98 and 7A. RGB value is (102,152,122). Sum of RGB (Red+Green+Blue) = 102+152+122=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #66987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66987A is #996785. Grayscale: #858585. Windows color (decimal): -10053510 or 8034406. OLE color: 8034406.
HSL color Cylindrical-coordinate representation of color #66987A: hue angle of 144º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66987A is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 122 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.40 |
| HSL | 144º | 0.2% | 0.5% | - |
| HSV(B) | 144º | 0.33% | 0.6% | - |
| XYZ | 20.22 | 26.69 | 22.5 | - |
| YUV | 133.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 122 | 0.33 | 0 | 0.20 | 0.40 | 144 | 0.2 | 0.5 |
| Hex | 66 | 98 | 7A | 21 | 0 | 14 | 28 | 90 | 14 | 32 |
| Octal | 146 | 230 | 172 | 41 | 0 | 24 | 50 | 220 | 24 | 62 |
| Binary | 1100110 | 10011000 | 1111010 | 100001 | 0 | 10100 | 101000 | 10010000 | 10100 | 110010 |
Color Harmonies of #66987A
Complementary color
Monochromatic Colors of #66987A
Black with #66987A
Text Example
Text Example
White with #66987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66987A; }
p { color: rgb(102,152,122); }
H1.HeaderClassName
{
color: #66987A;
}
.AnyTagClassName
{
color: #66987A;
}
</style>
background-color css
<style>
a { background-color: #66987A; }
a { background-color: rgb(102,152,122); }
div.DivClassName
{
background-color: #66987A;
}
.BgClassName
{
background-color: #66987A;
}
</style>
border-color css
<style>
span { border-color: #66987A; }
span { border-color: rgb(102,152,122); }
td.TdClassName
{
border-color: #66987A;
}
.TagClassName
{
border-color: #66987A;
}
</style>