Shades of Oxley #669875
Tints of Oxley #669875
RGB
CMYK
RGB Variations
Color information
#669875 (or 0x669875) is known color: Oxley. HEX triplet: 66, 98 and 75. RGB value is (102,152,117). Sum of RGB (Red+Green+Blue) = 102+152+117=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #669875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669875 is #99678A. Grayscale: #858585. Windows color (decimal): -10053515 or 7706726. OLE color: 7706726.
HSL color Cylindrical-coordinate representation of color #669875: hue angle of 138º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669875 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 117 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.40 |
| HSL | 138º | 0.2% | 0.5% | - |
| HSV(B) | 138º | 0.33% | 0.6% | - |
| XYZ | 19.92 | 26.57 | 20.91 | - |
| YUV | 133.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 117 | 0.33 | 0 | 0.23 | 0.40 | 138 | 0.2 | 0.5 |
| Hex | 66 | 98 | 75 | 21 | 0 | 17 | 28 | 8A | 14 | 32 |
| Octal | 146 | 230 | 165 | 41 | 0 | 27 | 50 | 212 | 24 | 62 |
| Binary | 1100110 | 10011000 | 1110101 | 100001 | 0 | 10111 | 101000 | 10001010 | 10100 | 110010 |
Color Harmonies of #669875
Complementary color
Monochromatic Colors of #669875
Black with #669875
Text Example
Text Example
White with #669875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669875; }
p { color: rgb(102,152,117); }
H1.HeaderClassName
{
color: #669875;
}
.AnyTagClassName
{
color: #669875;
}
</style>
background-color css
<style>
a { background-color: #669875; }
a { background-color: rgb(102,152,117); }
div.DivClassName
{
background-color: #669875;
}
.BgClassName
{
background-color: #669875;
}
</style>
border-color css
<style>
span { border-color: #669875; }
span { border-color: rgb(102,152,117); }
td.TdClassName
{
border-color: #669875;
}
.TagClassName
{
border-color: #669875;
}
</style>