Shades of Oxley #66957A
Tints of Oxley #66957A
RGB
CMYK
RGB Variations
Color information
#66957A (or 0x66957A) is known color: Oxley. HEX triplet: 66, 95 and 7A. RGB value is (102,149,122). Sum of RGB (Red+Green+Blue) = 102+149+122=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #66957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66957A is #996A85. Grayscale: #838383. Windows color (decimal): -10054278 or 8033638. OLE color: 8033638.
HSL color Cylindrical-coordinate representation of color #66957A: hue angle of 145.53º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66957A is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 122 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.42 |
| HSL | 145.53º | 0.19% | 0.49% | - |
| HSV(B) | 145.53º | 0.32% | 0.58% | - |
| XYZ | 19.74 | 25.72 | 22.34 | - |
| YUV | 131.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 122 | 0.32 | 0 | 0.18 | 0.42 | 145.53 | 0.19 | 0.49 |
| Hex | 66 | 95 | 7A | 20 | 0 | 12 | 2A | 92 | 13 | 31 |
| Octal | 146 | 225 | 172 | 40 | 0 | 22 | 52 | 222 | 23 | 61 |
| Binary | 1100110 | 10010101 | 1111010 | 100000 | 0 | 10010 | 101010 | 10010010 | 10011 | 110001 |
Color Harmonies of #66957A
Complementary color
Monochromatic Colors of #66957A
Black with #66957A
Text Example
Text Example
White with #66957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66957A; }
p { color: rgb(102,149,122); }
H1.HeaderClassName
{
color: #66957A;
}
.AnyTagClassName
{
color: #66957A;
}
</style>
background-color css
<style>
a { background-color: #66957A; }
a { background-color: rgb(102,149,122); }
div.DivClassName
{
background-color: #66957A;
}
.BgClassName
{
background-color: #66957A;
}
</style>
border-color css
<style>
span { border-color: #66957A; }
span { border-color: rgb(102,149,122); }
td.TdClassName
{
border-color: #66957A;
}
.TagClassName
{
border-color: #66957A;
}
</style>