Shades of Oxley #629B6A
Tints of Oxley #629B6A
RGB
CMYK
RGB Variations
Color information
#629B6A (or 0x629B6A) is known color: Oxley. HEX triplet: 62, 9B and 6A. RGB value is (98,155,106). Sum of RGB (Red+Green+Blue) = 98+155+106=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #629B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B6A is #9D6495. Grayscale: #848484. Windows color (decimal): -10314902 or 6986594. OLE color: 6986594.
HSL color Cylindrical-coordinate representation of color #629B6A: hue angle of 128.42º 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 #629B6A is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 106 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.39 |
| HSL | 128.42º | 0.23% | 0.5% | - |
| HSV(B) | 128.42º | 0.37% | 0.61% | - |
| XYZ | 19.36 | 27.08 | 17.84 | - |
| YUV | 132.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 106 | 0.37 | 0 | 0.32 | 0.39 | 128.42 | 0.23 | 0.5 |
| Hex | 62 | 9B | 6A | 25 | 0 | 20 | 27 | 80 | 17 | 32 |
| Octal | 142 | 233 | 152 | 45 | 0 | 40 | 47 | 200 | 27 | 62 |
| Binary | 1100010 | 10011011 | 1101010 | 100101 | 0 | 100000 | 100111 | 10000000 | 10111 | 110010 |
Color Harmonies of #629B6A
Complementary color
Monochromatic Colors of #629B6A
Black with #629B6A
Text Example
Text Example
White with #629B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B6A; }
p { color: rgb(98,155,106); }
H1.HeaderClassName
{
color: #629B6A;
}
.AnyTagClassName
{
color: #629B6A;
}
</style>
background-color css
<style>
a { background-color: #629B6A; }
a { background-color: rgb(98,155,106); }
div.DivClassName
{
background-color: #629B6A;
}
.BgClassName
{
background-color: #629B6A;
}
</style>
border-color css
<style>
span { border-color: #629B6A; }
span { border-color: rgb(98,155,106); }
td.TdClassName
{
border-color: #629B6A;
}
.TagClassName
{
border-color: #629B6A;
}
</style>