Shades of Oxley #669275
Tints of Oxley #669275
RGB
CMYK
RGB Variations
Color information
#669275 (or 0x669275) is known color: Oxley. HEX triplet: 66, 92 and 75. RGB value is (102,146,117). Sum of RGB (Red+Green+Blue) = 102+146+117=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #669275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669275 is #996D8A. Grayscale: #818181. Windows color (decimal): -10055051 or 7705190. OLE color: 7705190.
HSL color Cylindrical-coordinate representation of color #669275: hue angle of 140.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669275 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 117 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.43 |
| HSL | 140.45º | 0.18% | 0.49% | - |
| HSV(B) | 140.45º | 0.3% | 0.57% | - |
| XYZ | 18.97 | 24.67 | 20.59 | - |
| YUV | 129.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 117 | 0.30 | 0 | 0.20 | 0.43 | 140.45 | 0.18 | 0.49 |
| Hex | 66 | 92 | 75 | 1E | 0 | 14 | 2B | 8C | 12 | 31 |
| Octal | 146 | 222 | 165 | 36 | 0 | 24 | 53 | 214 | 22 | 61 |
| Binary | 1100110 | 10010010 | 1110101 | 11110 | 0 | 10100 | 101011 | 10001100 | 10010 | 110001 |
Color Harmonies of #669275
Complementary color
Monochromatic Colors of #669275
Black with #669275
Text Example
Text Example
White with #669275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669275; }
p { color: rgb(102,146,117); }
H1.HeaderClassName
{
color: #669275;
}
.AnyTagClassName
{
color: #669275;
}
</style>
background-color css
<style>
a { background-color: #669275; }
a { background-color: rgb(102,146,117); }
div.DivClassName
{
background-color: #669275;
}
.BgClassName
{
background-color: #669275;
}
</style>
border-color css
<style>
span { border-color: #669275; }
span { border-color: rgb(102,146,117); }
td.TdClassName
{
border-color: #669275;
}
.TagClassName
{
border-color: #669275;
}
</style>