Shades of Oxley #669B70
Tints of Oxley #669B70
RGB
CMYK
RGB Variations
Color information
#669B70 (or 0x669B70) is known color: Oxley. HEX triplet: 66, 9B and 70. RGB value is (102,155,112). Sum of RGB (Red+Green+Blue) = 102+155+112=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #669B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B70 is #99648F. Grayscale: #868686. Windows color (decimal): -10052752 or 7379814. OLE color: 7379814.
HSL color Cylindrical-coordinate representation of color #669B70: hue angle of 131.32º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B70 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 112 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.39 |
| HSL | 131.32º | 0.21% | 0.5% | - |
| HSV(B) | 131.32º | 0.34% | 0.61% | - |
| XYZ | 20.13 | 27.44 | 19.56 | - |
| YUV | 134.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 112 | 0.34 | 0 | 0.28 | 0.39 | 131.32 | 0.21 | 0.5 |
| Hex | 66 | 9B | 70 | 22 | 0 | 1C | 27 | 83 | 15 | 32 |
| Octal | 146 | 233 | 160 | 42 | 0 | 34 | 47 | 203 | 25 | 62 |
| Binary | 1100110 | 10011011 | 1110000 | 100010 | 0 | 11100 | 100111 | 10000011 | 10101 | 110010 |
Color Harmonies of #669B70
Complementary color
Monochromatic Colors of #669B70
Black with #669B70
Text Example
Text Example
White with #669B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B70; }
p { color: rgb(102,155,112); }
H1.HeaderClassName
{
color: #669B70;
}
.AnyTagClassName
{
color: #669B70;
}
</style>
background-color css
<style>
a { background-color: #669B70; }
a { background-color: rgb(102,155,112); }
div.DivClassName
{
background-color: #669B70;
}
.BgClassName
{
background-color: #669B70;
}
</style>
border-color css
<style>
span { border-color: #669B70; }
span { border-color: rgb(102,155,112); }
td.TdClassName
{
border-color: #669B70;
}
.TagClassName
{
border-color: #669B70;
}
</style>