Shades of Oxley #639D6B
Tints of Oxley #639D6B
RGB
CMYK
RGB Variations
Color information
#639D6B (or 0x639D6B) is known color: Oxley. HEX triplet: 63, 9D and 6B. RGB value is (99,157,107). Sum of RGB (Red+Green+Blue) = 99+157+107=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #639D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639D6B is #9C6294. Grayscale: #868686. Windows color (decimal): -10248853 or 7052643. OLE color: 7052643.
HSL color Cylindrical-coordinate representation of color #639D6B: hue angle of 128.28º 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 #639D6B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 107 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.38 |
| HSL | 128.28º | 0.23% | 0.5% | - |
| HSV(B) | 128.28º | 0.37% | 0.62% | - |
| XYZ | 19.86 | 27.83 | 18.23 | - |
| YUV | 133.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 107 | 0.37 | 0 | 0.32 | 0.38 | 128.28 | 0.23 | 0.5 |
| Hex | 63 | 9D | 6B | 25 | 0 | 20 | 26 | 80 | 17 | 32 |
| Octal | 143 | 235 | 153 | 45 | 0 | 40 | 46 | 200 | 27 | 62 |
| Binary | 1100011 | 10011101 | 1101011 | 100101 | 0 | 100000 | 100110 | 10000000 | 10111 | 110010 |
Color Harmonies of #639D6B
Complementary color
Monochromatic Colors of #639D6B
Black with #639D6B
Text Example
Text Example
White with #639D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D6B; }
p { color: rgb(99,157,107); }
H1.HeaderClassName
{
color: #639D6B;
}
.AnyTagClassName
{
color: #639D6B;
}
</style>
background-color css
<style>
a { background-color: #639D6B; }
a { background-color: rgb(99,157,107); }
div.DivClassName
{
background-color: #639D6B;
}
.BgClassName
{
background-color: #639D6B;
}
</style>
border-color css
<style>
span { border-color: #639D6B; }
span { border-color: rgb(99,157,107); }
td.TdClassName
{
border-color: #639D6B;
}
.TagClassName
{
border-color: #639D6B;
}
</style>