Shades of Oxley #639B74
Tints of Oxley #639B74
RGB
CMYK
RGB Variations
Color information
#639B74 (or 0x639B74) is known color: Oxley. HEX triplet: 63, 9B and 74. RGB value is (99,155,116). Sum of RGB (Red+Green+Blue) = 99+155+116=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #639B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B74 is #9C648B. Grayscale: #858585. Windows color (decimal): -10249356 or 7641955. OLE color: 7641955.
HSL color Cylindrical-coordinate representation of color #639B74: hue angle of 138.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B74 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 116 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.39 |
| HSL | 138.21º | 0.22% | 0.5% | - |
| HSV(B) | 138.21º | 0.36% | 0.61% | - |
| XYZ | 20.02 | 27.36 | 20.75 | - |
| YUV | 133.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 116 | 0.36 | 0 | 0.25 | 0.39 | 138.21 | 0.22 | 0.5 |
| Hex | 63 | 9B | 74 | 24 | 0 | 19 | 27 | 8A | 16 | 32 |
| Octal | 143 | 233 | 164 | 44 | 0 | 31 | 47 | 212 | 26 | 62 |
| Binary | 1100011 | 10011011 | 1110100 | 100100 | 0 | 11001 | 100111 | 10001010 | 10110 | 110010 |
Color Harmonies of #639B74
Complementary color
Monochromatic Colors of #639B74
Black with #639B74
Text Example
Text Example
White with #639B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B74; }
p { color: rgb(99,155,116); }
H1.HeaderClassName
{
color: #639B74;
}
.AnyTagClassName
{
color: #639B74;
}
</style>
background-color css
<style>
a { background-color: #639B74; }
a { background-color: rgb(99,155,116); }
div.DivClassName
{
background-color: #639B74;
}
.BgClassName
{
background-color: #639B74;
}
</style>
border-color css
<style>
span { border-color: #639B74; }
span { border-color: rgb(99,155,116); }
td.TdClassName
{
border-color: #639B74;
}
.TagClassName
{
border-color: #639B74;
}
</style>