Shades of Oxley #669973
Tints of Oxley #669973
RGB
CMYK
RGB Variations
Color information
#669973 (or 0x669973) is known color: Oxley. HEX triplet: 66, 99 and 73. RGB value is (102,153,115). Sum of RGB (Red+Green+Blue) = 102+153+115=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #669973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669973 is #99668C. Grayscale: #858585. Windows color (decimal): -10053261 or 7575910. OLE color: 7575910.
HSL color Cylindrical-coordinate representation of color #669973: hue angle of 135.29º 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 #669973 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 115 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.4 |
| HSL | 135.29º | 0.2% | 0.5% | - |
| HSV(B) | 135.29º | 0.33% | 0.6% | - |
| XYZ | 19.97 | 26.85 | 20.35 | - |
| YUV | 133.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 115 | 0.33 | 0 | 0.25 | 0.4 | 135.29 | 0.2 | 0.5 |
| Hex | 66 | 99 | 73 | 21 | 0 | 19 | 28 | 87 | 14 | 32 |
| Octal | 146 | 231 | 163 | 41 | 0 | 31 | 50 | 207 | 24 | 62 |
| Binary | 1100110 | 10011001 | 1110011 | 100001 | 0 | 11001 | 101000 | 10000111 | 10100 | 110010 |
Color Harmonies of #669973
Complementary color
Monochromatic Colors of #669973
Black with #669973
Text Example
Text Example
White with #669973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669973; }
p { color: rgb(102,153,115); }
H1.HeaderClassName
{
color: #669973;
}
.AnyTagClassName
{
color: #669973;
}
</style>
background-color css
<style>
a { background-color: #669973; }
a { background-color: rgb(102,153,115); }
div.DivClassName
{
background-color: #669973;
}
.BgClassName
{
background-color: #669973;
}
</style>
border-color css
<style>
span { border-color: #669973; }
span { border-color: rgb(102,153,115); }
td.TdClassName
{
border-color: #669973;
}
.TagClassName
{
border-color: #669973;
}
</style>