Shades of Oxley #669D75
Tints of Oxley #669D75
RGB
CMYK
RGB Variations
Color information
#669D75 (or 0x669D75) is known color: Oxley. HEX triplet: 66, 9D and 75. RGB value is (102,157,117). Sum of RGB (Red+Green+Blue) = 102+157+117=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #669D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D75 is #99628A. Grayscale: #888888. Windows color (decimal): -10052235 or 7708006. OLE color: 7708006.
HSL color Cylindrical-coordinate representation of color #669D75: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D75 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 117 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.38 |
| HSL | 136.36º | 0.22% | 0.51% | - |
| HSV(B) | 136.36º | 0.35% | 0.62% | - |
| XYZ | 20.75 | 28.22 | 21.18 | - |
| YUV | 136 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 117 | 0.35 | 0 | 0.25 | 0.38 | 136.36 | 0.22 | 0.51 |
| Hex | 66 | 9D | 75 | 23 | 0 | 19 | 26 | 88 | 16 | 33 |
| Octal | 146 | 235 | 165 | 43 | 0 | 31 | 46 | 210 | 26 | 63 |
| Binary | 1100110 | 10011101 | 1110101 | 100011 | 0 | 11001 | 100110 | 10001000 | 10110 | 110011 |
Color Harmonies of #669D75
Complementary color
Monochromatic Colors of #669D75
Black with #669D75
Text Example
Text Example
White with #669D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D75; }
p { color: rgb(102,157,117); }
H1.HeaderClassName
{
color: #669D75;
}
.AnyTagClassName
{
color: #669D75;
}
</style>
background-color css
<style>
a { background-color: #669D75; }
a { background-color: rgb(102,157,117); }
div.DivClassName
{
background-color: #669D75;
}
.BgClassName
{
background-color: #669D75;
}
</style>
border-color css
<style>
span { border-color: #669D75; }
span { border-color: rgb(102,157,117); }
td.TdClassName
{
border-color: #669D75;
}
.TagClassName
{
border-color: #669D75;
}
</style>