Shades of Oxley #69A473
Tints of Oxley #69A473
RGB
CMYK
RGB Variations
Color information
#69A473 (or 0x69A473) is known color: Oxley. HEX triplet: 69, A4 and 73. RGB value is (105,164,115). Sum of RGB (Red+Green+Blue) = 105+164+115=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #69A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A473 is #965B8C. Grayscale: #8C8C8C. Windows color (decimal): -9853837 or 7578729. OLE color: 7578729.
HSL color Cylindrical-coordinate representation of color #69A473: hue angle of 130.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A473 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 164 | 115 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.36 |
| HSL | 130.17º | 0.24% | 0.53% | - |
| HSV(B) | 130.17º | 0.36% | 0.64% | - |
| XYZ | 22.2 | 30.79 | 20.99 | - |
| YUV | 140.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 164 | 115 | 0.36 | 0 | 0.30 | 0.36 | 130.17 | 0.24 | 0.53 |
| Hex | 69 | A4 | 73 | 24 | 0 | 1E | 24 | 82 | 18 | 35 |
| Octal | 151 | 244 | 163 | 44 | 0 | 36 | 44 | 202 | 30 | 65 |
| Binary | 1101001 | 10100100 | 1110011 | 100100 | 0 | 11110 | 100100 | 10000010 | 11000 | 110101 |
Color Harmonies of #69A473
Complementary color
Monochromatic Colors of #69A473
Black with #69A473
Text Example
Text Example
White with #69A473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A473; }
p { color: rgb(105,164,115); }
H1.HeaderClassName
{
color: #69A473;
}
.AnyTagClassName
{
color: #69A473;
}
</style>
background-color css
<style>
a { background-color: #69A473; }
a { background-color: rgb(105,164,115); }
div.DivClassName
{
background-color: #69A473;
}
.BgClassName
{
background-color: #69A473;
}
</style>
border-color css
<style>
span { border-color: #69A473; }
span { border-color: rgb(105,164,115); }
td.TdClassName
{
border-color: #69A473;
}
.TagClassName
{
border-color: #69A473;
}
</style>