Shades of Oxley #669371
Tints of Oxley #669371
RGB
CMYK
RGB Variations
Color information
#669371 (or 0x669371) is known color: Oxley. HEX triplet: 66, 93 and 71. RGB value is (102,147,113). Sum of RGB (Red+Green+Blue) = 102+147+113=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #669371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669371 is #996C8E. Grayscale: #818181. Windows color (decimal): -10054799 or 7443302. OLE color: 7443302.
HSL color Cylindrical-coordinate representation of color #669371: hue angle of 134.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669371 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 113 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.42 |
| HSL | 134.67º | 0.18% | 0.49% | - |
| HSV(B) | 134.67º | 0.31% | 0.58% | - |
| XYZ | 18.89 | 24.88 | 19.43 | - |
| YUV | 129.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 113 | 0.31 | 0 | 0.23 | 0.42 | 134.67 | 0.18 | 0.49 |
| Hex | 66 | 93 | 71 | 1F | 0 | 17 | 2A | 87 | 12 | 31 |
| Octal | 146 | 223 | 161 | 37 | 0 | 27 | 52 | 207 | 22 | 61 |
| Binary | 1100110 | 10010011 | 1110001 | 11111 | 0 | 10111 | 101010 | 10000111 | 10010 | 110001 |
Color Harmonies of #669371
Complementary color
Monochromatic Colors of #669371
Black with #669371
Text Example
Text Example
White with #669371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669371; }
p { color: rgb(102,147,113); }
H1.HeaderClassName
{
color: #669371;
}
.AnyTagClassName
{
color: #669371;
}
</style>
background-color css
<style>
a { background-color: #669371; }
a { background-color: rgb(102,147,113); }
div.DivClassName
{
background-color: #669371;
}
.BgClassName
{
background-color: #669371;
}
</style>
border-color css
<style>
span { border-color: #669371; }
span { border-color: rgb(102,147,113); }
td.TdClassName
{
border-color: #669371;
}
.TagClassName
{
border-color: #669371;
}
</style>