Shades of Oxley #6A9772
Tints of Oxley #6A9772
RGB
CMYK
RGB Variations
Color information
#6A9772 (or 0x6A9772) is known color: Oxley. HEX triplet: 6A, 97 and 72. RGB value is (106,151,114). Sum of RGB (Red+Green+Blue) = 106+151+114=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9772 is #95688D. Grayscale: #858585. Windows color (decimal): -9791630 or 7509866. OLE color: 7509866.
HSL color Cylindrical-coordinate representation of color #6A9772: hue angle of 130.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A9772 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 114 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.41 |
| HSL | 130.67º | 0.18% | 0.5% | - |
| HSV(B) | 130.67º | 0.3% | 0.59% | - |
| XYZ | 20.05 | 26.41 | 19.96 | - |
| YUV | 133.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 114 | 0.30 | 0 | 0.25 | 0.41 | 130.67 | 0.18 | 0.5 |
| Hex | 6A | 97 | 72 | 1E | 0 | 19 | 29 | 83 | 12 | 32 |
| Octal | 152 | 227 | 162 | 36 | 0 | 31 | 51 | 203 | 22 | 62 |
| Binary | 1101010 | 10010111 | 1110010 | 11110 | 0 | 11001 | 101001 | 10000011 | 10010 | 110010 |
Color Harmonies of #6A9772
Complementary color
Monochromatic Colors of #6A9772
Black with #6A9772
Text Example
Text Example
White with #6A9772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9772; }
p { color: rgb(106,151,114); }
H1.HeaderClassName
{
color: #6A9772;
}
.AnyTagClassName
{
color: #6A9772;
}
</style>
background-color css
<style>
a { background-color: #6A9772; }
a { background-color: rgb(106,151,114); }
div.DivClassName
{
background-color: #6A9772;
}
.BgClassName
{
background-color: #6A9772;
}
</style>
border-color css
<style>
span { border-color: #6A9772; }
span { border-color: rgb(106,151,114); }
td.TdClassName
{
border-color: #6A9772;
}
.TagClassName
{
border-color: #6A9772;
}
</style>