Shades of Oxley #669D7D
Tints of Oxley #669D7D
RGB
CMYK
RGB Variations
Color information
#669D7D (or 0x669D7D) is known color: Oxley. HEX triplet: 66, 9D and 7D. RGB value is (102,157,125). Sum of RGB (Red+Green+Blue) = 102+157+125=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 157 - color contains mainly: green. Hex color #669D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D7D is #996282. Grayscale: #888888. Windows color (decimal): -10052227 or 8232294. OLE color: 8232294.
HSL color Cylindrical-coordinate representation of color #669D7D: hue angle of 145.09º 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 #669D7D is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 125 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.38 |
| HSL | 145.09º | 0.22% | 0.51% | - |
| HSV(B) | 145.09º | 0.35% | 0.62% | - |
| XYZ | 21.24 | 28.42 | 23.77 | - |
| YUV | 136.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 125 | 0.35 | 0 | 0.20 | 0.38 | 145.09 | 0.22 | 0.51 |
| Hex | 66 | 9D | 7D | 23 | 0 | 14 | 26 | 91 | 16 | 33 |
| Octal | 146 | 235 | 175 | 43 | 0 | 24 | 46 | 221 | 26 | 63 |
| Binary | 1100110 | 10011101 | 1111101 | 100011 | 0 | 10100 | 100110 | 10010001 | 10110 | 110011 |
Color Harmonies of #669D7D
Complementary color
Monochromatic Colors of #669D7D
Black with #669D7D
Text Example
Text Example
White with #669D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D7D; }
p { color: rgb(102,157,125); }
H1.HeaderClassName
{
color: #669D7D;
}
.AnyTagClassName
{
color: #669D7D;
}
</style>
background-color css
<style>
a { background-color: #669D7D; }
a { background-color: rgb(102,157,125); }
div.DivClassName
{
background-color: #669D7D;
}
.BgClassName
{
background-color: #669D7D;
}
</style>
border-color css
<style>
span { border-color: #669D7D; }
span { border-color: rgb(102,157,125); }
td.TdClassName
{
border-color: #669D7D;
}
.TagClassName
{
border-color: #669D7D;
}
</style>