Shades of Oxley #669A6D
Tints of Oxley #669A6D
RGB
CMYK
RGB Variations
Color information
#669A6D (or 0x669A6D) is known color: Oxley. HEX triplet: 66, 9A and 6D. RGB value is (102,154,109). Sum of RGB (Red+Green+Blue) = 102+154+109=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #669A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A6D is #996592. Grayscale: #858585. Windows color (decimal): -10053011 or 7182950. OLE color: 7182950.
HSL color Cylindrical-coordinate representation of color #669A6D: hue angle of 128.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A6D is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 154 | 109 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.40 |
| HSL | 128.08º | 0.2% | 0.5% | - |
| HSV(B) | 128.08º | 0.34% | 0.6% | - |
| XYZ | 19.8 | 27.04 | 18.64 | - |
| YUV | 133.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 109 | 0.34 | 0 | 0.29 | 0.40 | 128.08 | 0.2 | 0.5 |
| Hex | 66 | 9A | 6D | 22 | 0 | 1D | 28 | 80 | 14 | 32 |
| Octal | 146 | 232 | 155 | 42 | 0 | 35 | 50 | 200 | 24 | 62 |
| Binary | 1100110 | 10011010 | 1101101 | 100010 | 0 | 11101 | 101000 | 10000000 | 10100 | 110010 |
Color Harmonies of #669A6D
Complementary color
Monochromatic Colors of #669A6D
Black with #669A6D
Text Example
Text Example
White with #669A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669A6D; }
p { color: rgb(102,154,109); }
H1.HeaderClassName
{
color: #669A6D;
}
.AnyTagClassName
{
color: #669A6D;
}
</style>
background-color css
<style>
a { background-color: #669A6D; }
a { background-color: rgb(102,154,109); }
div.DivClassName
{
background-color: #669A6D;
}
.BgClassName
{
background-color: #669A6D;
}
</style>
border-color css
<style>
span { border-color: #669A6D; }
span { border-color: rgb(102,154,109); }
td.TdClassName
{
border-color: #669A6D;
}
.TagClassName
{
border-color: #669A6D;
}
</style>