Shades of Oxley #66946F
Tints of Oxley #66946F
RGB
CMYK
RGB Variations
Color information
#66946F (or 0x66946F) is known color: Oxley. HEX triplet: 66, 94 and 6F. RGB value is (102,148,111). Sum of RGB (Red+Green+Blue) = 102+148+111=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #66946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66946F is #996B90. Grayscale: #828282. Windows color (decimal): -10054545 or 7312486. OLE color: 7312486.
HSL color Cylindrical-coordinate representation of color #66946F: hue angle of 131.74º 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 #66946F is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 111 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.42 |
| HSL | 131.74º | 0.18% | 0.49% | - |
| HSV(B) | 131.74º | 0.31% | 0.58% | - |
| XYZ | 18.94 | 25.15 | 18.9 | - |
| YUV | 130.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 111 | 0.31 | 0 | 0.25 | 0.42 | 131.74 | 0.18 | 0.49 |
| Hex | 66 | 94 | 6F | 1F | 0 | 19 | 2A | 84 | 12 | 31 |
| Octal | 146 | 224 | 157 | 37 | 0 | 31 | 52 | 204 | 22 | 61 |
| Binary | 1100110 | 10010100 | 1101111 | 11111 | 0 | 11001 | 101010 | 10000100 | 10010 | 110001 |
Color Harmonies of #66946F
Complementary color
Monochromatic Colors of #66946F
Black with #66946F
Text Example
Text Example
White with #66946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66946F; }
p { color: rgb(102,148,111); }
H1.HeaderClassName
{
color: #66946F;
}
.AnyTagClassName
{
color: #66946F;
}
</style>
background-color css
<style>
a { background-color: #66946F; }
a { background-color: rgb(102,148,111); }
div.DivClassName
{
background-color: #66946F;
}
.BgClassName
{
background-color: #66946F;
}
</style>
border-color css
<style>
span { border-color: #66946F; }
span { border-color: rgb(102,148,111); }
td.TdClassName
{
border-color: #66946F;
}
.TagClassName
{
border-color: #66946F;
}
</style>