Shades of Oxley #66967A
Tints of Oxley #66967A
RGB
CMYK
RGB Variations
Color information
#66967A (or 0x66967A) is known color: Oxley. HEX triplet: 66, 96 and 7A. RGB value is (102,150,122). Sum of RGB (Red+Green+Blue) = 102+150+122=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #66967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66967A is #996985. Grayscale: #848484. Windows color (decimal): -10054022 or 8033894. OLE color: 8033894.
HSL color Cylindrical-coordinate representation of color #66967A: hue angle of 145º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66967A is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 122 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.41 |
| HSL | 145º | 0.19% | 0.49% | - |
| HSV(B) | 145º | 0.32% | 0.59% | - |
| XYZ | 19.9 | 26.04 | 22.39 | - |
| YUV | 132.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 122 | 0.32 | 0 | 0.19 | 0.41 | 145 | 0.19 | 0.49 |
| Hex | 66 | 96 | 7A | 20 | 0 | 13 | 29 | 91 | 13 | 31 |
| Octal | 146 | 226 | 172 | 40 | 0 | 23 | 51 | 221 | 23 | 61 |
| Binary | 1100110 | 10010110 | 1111010 | 100000 | 0 | 10011 | 101001 | 10010001 | 10011 | 110001 |
Color Harmonies of #66967A
Complementary color
Monochromatic Colors of #66967A
Black with #66967A
Text Example
Text Example
White with #66967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66967A; }
p { color: rgb(102,150,122); }
H1.HeaderClassName
{
color: #66967A;
}
.AnyTagClassName
{
color: #66967A;
}
</style>
background-color css
<style>
a { background-color: #66967A; }
a { background-color: rgb(102,150,122); }
div.DivClassName
{
background-color: #66967A;
}
.BgClassName
{
background-color: #66967A;
}
</style>
border-color css
<style>
span { border-color: #66967A; }
span { border-color: rgb(102,150,122); }
td.TdClassName
{
border-color: #66967A;
}
.TagClassName
{
border-color: #66967A;
}
</style>