Shades of Oxley #669379
Tints of Oxley #669379
RGB
CMYK
RGB Variations
Color information
#669379 (or 0x669379) is known color: Oxley. HEX triplet: 66, 93 and 79. RGB value is (102,147,121). Sum of RGB (Red+Green+Blue) = 102+147+121=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #669379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669379 is #996C86. Grayscale: #828282. Windows color (decimal): -10054791 or 7967590. OLE color: 7967590.
HSL color Cylindrical-coordinate representation of color #669379: hue angle of 145.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669379 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 121 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.42 |
| HSL | 145.33º | 0.18% | 0.49% | - |
| HSV(B) | 145.33º | 0.31% | 0.58% | - |
| XYZ | 19.36 | 25.07 | 21.91 | - |
| YUV | 130.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 121 | 0.31 | 0 | 0.18 | 0.42 | 145.33 | 0.18 | 0.49 |
| Hex | 66 | 93 | 79 | 1F | 0 | 12 | 2A | 91 | 12 | 31 |
| Octal | 146 | 223 | 171 | 37 | 0 | 22 | 52 | 221 | 22 | 61 |
| Binary | 1100110 | 10010011 | 1111001 | 11111 | 0 | 10010 | 101010 | 10010001 | 10010 | 110001 |
Color Harmonies of #669379
Complementary color
Monochromatic Colors of #669379
Black with #669379
Text Example
Text Example
White with #669379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669379; }
p { color: rgb(102,147,121); }
H1.HeaderClassName
{
color: #669379;
}
.AnyTagClassName
{
color: #669379;
}
</style>
background-color css
<style>
a { background-color: #669379; }
a { background-color: rgb(102,147,121); }
div.DivClassName
{
background-color: #669379;
}
.BgClassName
{
background-color: #669379;
}
</style>
border-color css
<style>
span { border-color: #669379; }
span { border-color: rgb(102,147,121); }
td.TdClassName
{
border-color: #669379;
}
.TagClassName
{
border-color: #669379;
}
</style>