Shades of Oxley #62926E
Tints of Oxley #62926E
RGB
CMYK
RGB Variations
Color information
#62926E (or 0x62926E) is known color: Oxley. HEX triplet: 62, 92 and 6E. RGB value is (98,146,110). Sum of RGB (Red+Green+Blue) = 98+146+110=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #62926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62926E is #9D6D91. Grayscale: #7F7F7F. Windows color (decimal): -10317202 or 7246434. OLE color: 7246434.
HSL color Cylindrical-coordinate representation of color #62926E: hue angle of 135º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62926E is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 110 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.43 |
| HSL | 135º | 0.2% | 0.48% | - |
| HSV(B) | 135º | 0.33% | 0.57% | - |
| XYZ | 18.13 | 24.28 | 18.48 | - |
| YUV | 127.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 110 | 0.33 | 0 | 0.25 | 0.43 | 135 | 0.2 | 0.48 |
| Hex | 62 | 92 | 6E | 21 | 0 | 19 | 2B | 87 | 14 | 30 |
| Octal | 142 | 222 | 156 | 41 | 0 | 31 | 53 | 207 | 24 | 60 |
| Binary | 1100010 | 10010010 | 1101110 | 100001 | 0 | 11001 | 101011 | 10000111 | 10100 | 110000 |
Color Harmonies of #62926E
Complementary color
Monochromatic Colors of #62926E
Black with #62926E
Text Example
Text Example
White with #62926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62926E; }
p { color: rgb(98,146,110); }
H1.HeaderClassName
{
color: #62926E;
}
.AnyTagClassName
{
color: #62926E;
}
</style>
background-color css
<style>
a { background-color: #62926E; }
a { background-color: rgb(98,146,110); }
div.DivClassName
{
background-color: #62926E;
}
.BgClassName
{
background-color: #62926E;
}
</style>
border-color css
<style>
span { border-color: #62926E; }
span { border-color: rgb(98,146,110); }
td.TdClassName
{
border-color: #62926E;
}
.TagClassName
{
border-color: #62926E;
}
</style>