Shades of Oxley #69A573
Tints of Oxley #69A573
RGB
CMYK
RGB Variations
Color information
#69A573 (or 0x69A573) is known color: Oxley. HEX triplet: 69, A5 and 73. RGB value is (105,165,115). Sum of RGB (Red+Green+Blue) = 105+165+115=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #69A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A573 is #965A8C. Grayscale: #8D8D8D. Windows color (decimal): -9853581 or 7578985. OLE color: 7578985.
HSL color Cylindrical-coordinate representation of color #69A573: hue angle of 130º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A573 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 165 | 115 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.35 |
| HSL | 130º | 0.25% | 0.53% | - |
| HSV(B) | 130º | 0.36% | 0.65% | - |
| XYZ | 22.38 | 31.15 | 21.05 | - |
| YUV | 141.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 165 | 115 | 0.36 | 0 | 0.30 | 0.35 | 130 | 0.25 | 0.53 |
| Hex | 69 | A5 | 73 | 24 | 0 | 1E | 23 | 82 | 19 | 35 |
| Octal | 151 | 245 | 163 | 44 | 0 | 36 | 43 | 202 | 31 | 65 |
| Binary | 1101001 | 10100101 | 1110011 | 100100 | 0 | 11110 | 100011 | 10000010 | 11001 | 110101 |
Color Harmonies of #69A573
Complementary color
Monochromatic Colors of #69A573
Black with #69A573
Text Example
Text Example
White with #69A573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A573; }
p { color: rgb(105,165,115); }
H1.HeaderClassName
{
color: #69A573;
}
.AnyTagClassName
{
color: #69A573;
}
</style>
background-color css
<style>
a { background-color: #69A573; }
a { background-color: rgb(105,165,115); }
div.DivClassName
{
background-color: #69A573;
}
.BgClassName
{
background-color: #69A573;
}
</style>
border-color css
<style>
span { border-color: #69A573; }
span { border-color: rgb(105,165,115); }
td.TdClassName
{
border-color: #69A573;
}
.TagClassName
{
border-color: #69A573;
}
</style>