Shades of Oxley #629C72
Tints of Oxley #629C72
RGB
CMYK
RGB Variations
Color information
#629C72 (or 0x629C72) is known color: Oxley. HEX triplet: 62, 9C and 72. RGB value is (98,156,114). Sum of RGB (Red+Green+Blue) = 98+156+114=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #629C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629C72 is #9D638D. Grayscale: #858585. Windows color (decimal): -10314638 or 7511138. OLE color: 7511138.
HSL color Cylindrical-coordinate representation of color #629C72: hue angle of 136.55º degrees, saturation: 0.23, 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 #629C72 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 114 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.39 |
| HSL | 136.55º | 0.23% | 0.5% | - |
| HSV(B) | 136.55º | 0.37% | 0.61% | - |
| XYZ | 19.96 | 27.59 | 20.19 | - |
| YUV | 133.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 114 | 0.37 | 0 | 0.27 | 0.39 | 136.55 | 0.23 | 0.5 |
| Hex | 62 | 9C | 72 | 25 | 0 | 1B | 27 | 89 | 17 | 32 |
| Octal | 142 | 234 | 162 | 45 | 0 | 33 | 47 | 211 | 27 | 62 |
| Binary | 1100010 | 10011100 | 1110010 | 100101 | 0 | 11011 | 100111 | 10001001 | 10111 | 110010 |
Color Harmonies of #629C72
Complementary color
Monochromatic Colors of #629C72
Black with #629C72
Text Example
Text Example
White with #629C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C72; }
p { color: rgb(98,156,114); }
H1.HeaderClassName
{
color: #629C72;
}
.AnyTagClassName
{
color: #629C72;
}
</style>
background-color css
<style>
a { background-color: #629C72; }
a { background-color: rgb(98,156,114); }
div.DivClassName
{
background-color: #629C72;
}
.BgClassName
{
background-color: #629C72;
}
</style>
border-color css
<style>
span { border-color: #629C72; }
span { border-color: rgb(98,156,114); }
td.TdClassName
{
border-color: #629C72;
}
.TagClassName
{
border-color: #629C72;
}
</style>