Shades of Oxley #66986E
Tints of Oxley #66986E
RGB
CMYK
RGB Variations
Color information
#66986E (or 0x66986E) is known color: Oxley. HEX triplet: 66, 98 and 6E. RGB value is (102,152,110). Sum of RGB (Red+Green+Blue) = 102+152+110=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #66986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66986E is #996791. Grayscale: #848484. Windows color (decimal): -10053522 or 7247974. OLE color: 7247974.
HSL color Cylindrical-coordinate representation of color #66986E: hue angle of 129.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66986E is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 110 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.40 |
| HSL | 129.6º | 0.2% | 0.5% | - |
| HSV(B) | 129.6º | 0.33% | 0.6% | - |
| XYZ | 19.52 | 26.41 | 18.82 | - |
| YUV | 132.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 110 | 0.33 | 0 | 0.28 | 0.40 | 129.6 | 0.2 | 0.5 |
| Hex | 66 | 98 | 6E | 21 | 0 | 1C | 28 | 82 | 14 | 32 |
| Octal | 146 | 230 | 156 | 41 | 0 | 34 | 50 | 202 | 24 | 62 |
| Binary | 1100110 | 10011000 | 1101110 | 100001 | 0 | 11100 | 101000 | 10000010 | 10100 | 110010 |
Color Harmonies of #66986E
Complementary color
Monochromatic Colors of #66986E
Black with #66986E
Text Example
Text Example
White with #66986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66986E; }
p { color: rgb(102,152,110); }
H1.HeaderClassName
{
color: #66986E;
}
.AnyTagClassName
{
color: #66986E;
}
</style>
background-color css
<style>
a { background-color: #66986E; }
a { background-color: rgb(102,152,110); }
div.DivClassName
{
background-color: #66986E;
}
.BgClassName
{
background-color: #66986E;
}
</style>
border-color css
<style>
span { border-color: #66986E; }
span { border-color: rgb(102,152,110); }
td.TdClassName
{
border-color: #66986E;
}
.TagClassName
{
border-color: #66986E;
}
</style>