Shades of Oxley #669370
Tints of Oxley #669370
RGB
CMYK
RGB Variations
Color information
#669370 (or 0x669370) is known color: Oxley. HEX triplet: 66, 93 and 70. RGB value is (102,147,112). Sum of RGB (Red+Green+Blue) = 102+147+112=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #669370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669370 is #996C8F. Grayscale: #818181. Windows color (decimal): -10054800 or 7377766. OLE color: 7377766.
HSL color Cylindrical-coordinate representation of color #669370: hue angle of 133.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 #669370 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 112 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.42 |
| HSL | 133.33º | 0.18% | 0.49% | - |
| HSV(B) | 133.33º | 0.31% | 0.58% | - |
| XYZ | 18.84 | 24.86 | 19.14 | - |
| YUV | 129.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 112 | 0.31 | 0 | 0.24 | 0.42 | 133.33 | 0.18 | 0.49 |
| Hex | 66 | 93 | 70 | 1F | 0 | 18 | 2A | 85 | 12 | 31 |
| Octal | 146 | 223 | 160 | 37 | 0 | 30 | 52 | 205 | 22 | 61 |
| Binary | 1100110 | 10010011 | 1110000 | 11111 | 0 | 11000 | 101010 | 10000101 | 10010 | 110001 |
Color Harmonies of #669370
Complementary color
Monochromatic Colors of #669370
Black with #669370
Text Example
Text Example
White with #669370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669370; }
p { color: rgb(102,147,112); }
H1.HeaderClassName
{
color: #669370;
}
.AnyTagClassName
{
color: #669370;
}
</style>
background-color css
<style>
a { background-color: #669370; }
a { background-color: rgb(102,147,112); }
div.DivClassName
{
background-color: #669370;
}
.BgClassName
{
background-color: #669370;
}
</style>
border-color css
<style>
span { border-color: #669370; }
span { border-color: rgb(102,147,112); }
td.TdClassName
{
border-color: #669370;
}
.TagClassName
{
border-color: #669370;
}
</style>