Shades of Oxley #669172
Tints of Oxley #669172
RGB
CMYK
RGB Variations
Color information
#669172 (or 0x669172) is known color: Oxley. HEX triplet: 66, 91 and 72. RGB value is (102,145,114). Sum of RGB (Red+Green+Blue) = 102+145+114=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #669172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669172 is #996E8D. Grayscale: #808080. Windows color (decimal): -10055310 or 7508326. OLE color: 7508326.
HSL color Cylindrical-coordinate representation of color #669172: hue angle of 136.74º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669172 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 114 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.43 |
| HSL | 136.74º | 0.17% | 0.48% | - |
| HSV(B) | 136.74º | 0.3% | 0.57% | - |
| XYZ | 18.64 | 24.29 | 19.63 | - |
| YUV | 128.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 114 | 0.30 | 0 | 0.21 | 0.43 | 136.74 | 0.17 | 0.48 |
| Hex | 66 | 91 | 72 | 1E | 0 | 15 | 2B | 89 | 11 | 30 |
| Octal | 146 | 221 | 162 | 36 | 0 | 25 | 53 | 211 | 21 | 60 |
| Binary | 1100110 | 10010001 | 1110010 | 11110 | 0 | 10101 | 101011 | 10001001 | 10001 | 110000 |
Color Harmonies of #669172
Complementary color
Monochromatic Colors of #669172
Black with #669172
Text Example
Text Example
White with #669172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669172; }
p { color: rgb(102,145,114); }
H1.HeaderClassName
{
color: #669172;
}
.AnyTagClassName
{
color: #669172;
}
</style>
background-color css
<style>
a { background-color: #669172; }
a { background-color: rgb(102,145,114); }
div.DivClassName
{
background-color: #669172;
}
.BgClassName
{
background-color: #669172;
}
</style>
border-color css
<style>
span { border-color: #669172; }
span { border-color: rgb(102,145,114); }
td.TdClassName
{
border-color: #669172;
}
.TagClassName
{
border-color: #669172;
}
</style>