Shades of Oxley #6A9472
Tints of Oxley #6A9472
RGB
CMYK
RGB Variations
Color information
#6A9472 (or 0x6A9472) is known color: Oxley. HEX triplet: 6A, 94 and 72. RGB value is (106,148,114). Sum of RGB (Red+Green+Blue) = 106+148+114=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9472 is #956B8D. Grayscale: #838383. Windows color (decimal): -9792398 or 7509098. OLE color: 7509098.
HSL color Cylindrical-coordinate representation of color #6A9472: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9472 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 114 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.42 |
| HSL | 131.43º | 0.17% | 0.5% | - |
| HSV(B) | 131.43º | 0.28% | 0.58% | - |
| XYZ | 19.57 | 25.46 | 19.8 | - |
| YUV | 131.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 114 | 0.28 | 0 | 0.23 | 0.42 | 131.43 | 0.17 | 0.5 |
| Hex | 6A | 94 | 72 | 1C | 0 | 17 | 2A | 83 | 11 | 32 |
| Octal | 152 | 224 | 162 | 34 | 0 | 27 | 52 | 203 | 21 | 62 |
| Binary | 1101010 | 10010100 | 1110010 | 11100 | 0 | 10111 | 101010 | 10000011 | 10001 | 110010 |
Color Harmonies of #6A9472
Complementary color
Monochromatic Colors of #6A9472
Black with #6A9472
Text Example
Text Example
White with #6A9472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9472; }
p { color: rgb(106,148,114); }
H1.HeaderClassName
{
color: #6A9472;
}
.AnyTagClassName
{
color: #6A9472;
}
</style>
background-color css
<style>
a { background-color: #6A9472; }
a { background-color: rgb(106,148,114); }
div.DivClassName
{
background-color: #6A9472;
}
.BgClassName
{
background-color: #6A9472;
}
</style>
border-color css
<style>
span { border-color: #6A9472; }
span { border-color: rgb(106,148,114); }
td.TdClassName
{
border-color: #6A9472;
}
.TagClassName
{
border-color: #6A9472;
}
</style>