Shades of Oxley #639C75
Tints of Oxley #639C75
RGB
CMYK
RGB Variations
Color information
#639C75 (or 0x639C75) is known color: Oxley. HEX triplet: 63, 9C and 75. RGB value is (99,156,117). Sum of RGB (Red+Green+Blue) = 99+156+117=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 156 - color contains mainly: green. Hex color #639C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C75 is #9C638A. Grayscale: #868686. Windows color (decimal): -10249099 or 7707747. OLE color: 7707747.
HSL color Cylindrical-coordinate representation of color #639C75: hue angle of 138.95º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C75 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 156 | 117 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.39 |
| HSL | 138.95º | 0.22% | 0.5% | - |
| HSV(B) | 138.95º | 0.37% | 0.61% | - |
| XYZ | 20.24 | 27.71 | 21.11 | - |
| YUV | 134.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 117 | 0.37 | 0 | 0.25 | 0.39 | 138.95 | 0.22 | 0.5 |
| Hex | 63 | 9C | 75 | 25 | 0 | 19 | 27 | 8B | 16 | 32 |
| Octal | 143 | 234 | 165 | 45 | 0 | 31 | 47 | 213 | 26 | 62 |
| Binary | 1100011 | 10011100 | 1110101 | 100101 | 0 | 11001 | 100111 | 10001011 | 10110 | 110010 |
Color Harmonies of #639C75
Complementary color
Monochromatic Colors of #639C75
Black with #639C75
Text Example
Text Example
White with #639C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639C75; }
p { color: rgb(99,156,117); }
H1.HeaderClassName
{
color: #639C75;
}
.AnyTagClassName
{
color: #639C75;
}
</style>
background-color css
<style>
a { background-color: #639C75; }
a { background-color: rgb(99,156,117); }
div.DivClassName
{
background-color: #639C75;
}
.BgClassName
{
background-color: #639C75;
}
</style>
border-color css
<style>
span { border-color: #639C75; }
span { border-color: rgb(99,156,117); }
td.TdClassName
{
border-color: #639C75;
}
.TagClassName
{
border-color: #639C75;
}
</style>