Shades of Oxley #669673
Tints of Oxley #669673
RGB
CMYK
RGB Variations
Color information
#669673 (or 0x669673) is known color: Oxley. HEX triplet: 66, 96 and 73. RGB value is (102,150,115). Sum of RGB (Red+Green+Blue) = 102+150+115=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #669673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669673 is #99698C. Grayscale: #838383. Windows color (decimal): -10054029 or 7575142. OLE color: 7575142.
HSL color Cylindrical-coordinate representation of color #669673: hue angle of 136.25º 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 #669673 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 115 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.41 |
| HSL | 136.25º | 0.19% | 0.49% | - |
| HSV(B) | 136.25º | 0.32% | 0.59% | - |
| XYZ | 19.48 | 25.88 | 20.19 | - |
| YUV | 131.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 115 | 0.32 | 0 | 0.23 | 0.41 | 136.25 | 0.19 | 0.49 |
| Hex | 66 | 96 | 73 | 20 | 0 | 17 | 29 | 88 | 13 | 31 |
| Octal | 146 | 226 | 163 | 40 | 0 | 27 | 51 | 210 | 23 | 61 |
| Binary | 1100110 | 10010110 | 1110011 | 100000 | 0 | 10111 | 101001 | 10001000 | 10011 | 110001 |
Color Harmonies of #669673
Complementary color
Monochromatic Colors of #669673
Black with #669673
Text Example
Text Example
White with #669673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669673; }
p { color: rgb(102,150,115); }
H1.HeaderClassName
{
color: #669673;
}
.AnyTagClassName
{
color: #669673;
}
</style>
background-color css
<style>
a { background-color: #669673; }
a { background-color: rgb(102,150,115); }
div.DivClassName
{
background-color: #669673;
}
.BgClassName
{
background-color: #669673;
}
</style>
border-color css
<style>
span { border-color: #669673; }
span { border-color: rgb(102,150,115); }
td.TdClassName
{
border-color: #669673;
}
.TagClassName
{
border-color: #669673;
}
</style>