Shades of Oxley #66A378
Tints of Oxley #66A378
RGB
CMYK
RGB Variations
Color information
#66A378 (or 0x66A378) is known color: Oxley. HEX triplet: 66, A3 and 78. RGB value is (102,163,120). Sum of RGB (Red+Green+Blue) = 102+163+120=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #66A378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A378 is #995C87. Grayscale: #8B8B8B. Windows color (decimal): -10050696 or 7906150. OLE color: 7906150.
HSL color Cylindrical-coordinate representation of color #66A378: hue angle of 137.7º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A378 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 120 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.36 |
| HSL | 137.7º | 0.25% | 0.52% | - |
| HSV(B) | 137.7º | 0.37% | 0.64% | - |
| XYZ | 21.97 | 30.38 | 22.47 | - |
| YUV | 139.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 120 | 0.37 | 0 | 0.26 | 0.36 | 137.7 | 0.25 | 0.52 |
| Hex | 66 | A3 | 78 | 25 | 0 | 1A | 24 | 8A | 19 | 34 |
| Octal | 146 | 243 | 170 | 45 | 0 | 32 | 44 | 212 | 31 | 64 |
| Binary | 1100110 | 10100011 | 1111000 | 100101 | 0 | 11010 | 100100 | 10001010 | 11001 | 110100 |
Color Harmonies of #66A378
Complementary color
Monochromatic Colors of #66A378
Black with #66A378
Text Example
Text Example
White with #66A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A378; }
p { color: rgb(102,163,120); }
H1.HeaderClassName
{
color: #66A378;
}
.AnyTagClassName
{
color: #66A378;
}
</style>
background-color css
<style>
a { background-color: #66A378; }
a { background-color: rgb(102,163,120); }
div.DivClassName
{
background-color: #66A378;
}
.BgClassName
{
background-color: #66A378;
}
</style>
border-color css
<style>
span { border-color: #66A378; }
span { border-color: rgb(102,163,120); }
td.TdClassName
{
border-color: #66A378;
}
.TagClassName
{
border-color: #66A378;
}
</style>