Shades of Oxley #639E6C
Tints of Oxley #639E6C
RGB
CMYK
RGB Variations
Color information
#639E6C (or 0x639E6C) is known color: Oxley. HEX triplet: 63, 9E and 6C. RGB value is (99,158,108). Sum of RGB (Red+Green+Blue) = 99+158+108=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #639E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E6C is #9C6193. Grayscale: #868686. Windows color (decimal): -10248596 or 7118435. OLE color: 7118435.
HSL color Cylindrical-coordinate representation of color #639E6C: hue angle of 129.15º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639E6C is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 158 | 108 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.38 |
| HSL | 129.15º | 0.23% | 0.5% | - |
| HSV(B) | 129.15º | 0.37% | 0.62% | - |
| XYZ | 20.08 | 28.19 | 18.57 | - |
| YUV | 134.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 108 | 0.37 | 0 | 0.32 | 0.38 | 129.15 | 0.23 | 0.5 |
| Hex | 63 | 9E | 6C | 25 | 0 | 20 | 26 | 81 | 17 | 32 |
| Octal | 143 | 236 | 154 | 45 | 0 | 40 | 46 | 201 | 27 | 62 |
| Binary | 1100011 | 10011110 | 1101100 | 100101 | 0 | 100000 | 100110 | 10000001 | 10111 | 110010 |
Color Harmonies of #639E6C
Complementary color
Monochromatic Colors of #639E6C
Black with #639E6C
Text Example
Text Example
White with #639E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639E6C; }
p { color: rgb(99,158,108); }
H1.HeaderClassName
{
color: #639E6C;
}
.AnyTagClassName
{
color: #639E6C;
}
</style>
background-color css
<style>
a { background-color: #639E6C; }
a { background-color: rgb(99,158,108); }
div.DivClassName
{
background-color: #639E6C;
}
.BgClassName
{
background-color: #639E6C;
}
</style>
border-color css
<style>
span { border-color: #639E6C; }
span { border-color: rgb(99,158,108); }
td.TdClassName
{
border-color: #639E6C;
}
.TagClassName
{
border-color: #639E6C;
}
</style>