Shades of Oxley #669C7D
Tints of Oxley #669C7D
RGB
CMYK
RGB Variations
Color information
#669C7D (or 0x669C7D) is known color: Oxley. HEX triplet: 66, 9C and 7D. RGB value is (102,156,125). Sum of RGB (Red+Green+Blue) = 102+156+125=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #669C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C7D is #996382. Grayscale: #888888. Windows color (decimal): -10052483 or 8232038. OLE color: 8232038.
HSL color Cylindrical-coordinate representation of color #669C7D: hue angle of 145.56º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C7D is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 125 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.39 |
| HSL | 145.56º | 0.21% | 0.51% | - |
| HSV(B) | 145.56º | 0.35% | 0.61% | - |
| XYZ | 21.07 | 28.08 | 23.71 | - |
| YUV | 136.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 125 | 0.35 | 0 | 0.20 | 0.39 | 145.56 | 0.21 | 0.51 |
| Hex | 66 | 9C | 7D | 23 | 0 | 14 | 27 | 92 | 15 | 33 |
| Octal | 146 | 234 | 175 | 43 | 0 | 24 | 47 | 222 | 25 | 63 |
| Binary | 1100110 | 10011100 | 1111101 | 100011 | 0 | 10100 | 100111 | 10010010 | 10101 | 110011 |
Color Harmonies of #669C7D
Complementary color
Monochromatic Colors of #669C7D
Black with #669C7D
Text Example
Text Example
White with #669C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C7D; }
p { color: rgb(102,156,125); }
H1.HeaderClassName
{
color: #669C7D;
}
.AnyTagClassName
{
color: #669C7D;
}
</style>
background-color css
<style>
a { background-color: #669C7D; }
a { background-color: rgb(102,156,125); }
div.DivClassName
{
background-color: #669C7D;
}
.BgClassName
{
background-color: #669C7D;
}
</style>
border-color css
<style>
span { border-color: #669C7D; }
span { border-color: rgb(102,156,125); }
td.TdClassName
{
border-color: #669C7D;
}
.TagClassName
{
border-color: #669C7D;
}
</style>