Shades of Oxley #69A382
Tints of Oxley #69A382
RGB
CMYK
RGB Variations
Color information
#69A382 (or 0x69A382) is known color: Oxley. HEX triplet: 69, A3 and 82. RGB value is (105,163,130). Sum of RGB (Red+Green+Blue) = 105+163+130=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #69A382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A382 is #965C7D. Grayscale: #8D8D8D. Windows color (decimal): -9854078 or 8561513. OLE color: 8561513.
HSL color Cylindrical-coordinate representation of color #69A382: hue angle of 145.86º 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 #69A382 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 163 | 130 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.36 |
| HSL | 145.86º | 0.24% | 0.53% | - |
| HSV(B) | 145.86º | 0.36% | 0.64% | - |
| XYZ | 22.95 | 30.81 | 25.86 | - |
| YUV | 141.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 163 | 130 | 0.36 | 0 | 0.20 | 0.36 | 145.86 | 0.24 | 0.53 |
| Hex | 69 | A3 | 82 | 24 | 0 | 14 | 24 | 92 | 18 | 35 |
| Octal | 151 | 243 | 202 | 44 | 0 | 24 | 44 | 222 | 30 | 65 |
| Binary | 1101001 | 10100011 | 10000010 | 100100 | 0 | 10100 | 100100 | 10010010 | 11000 | 110101 |
Color Harmonies of #69A382
Complementary color
Monochromatic Colors of #69A382
Black with #69A382
Text Example
Text Example
White with #69A382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A382; }
p { color: rgb(105,163,130); }
H1.HeaderClassName
{
color: #69A382;
}
.AnyTagClassName
{
color: #69A382;
}
</style>
background-color css
<style>
a { background-color: #69A382; }
a { background-color: rgb(105,163,130); }
div.DivClassName
{
background-color: #69A382;
}
.BgClassName
{
background-color: #69A382;
}
</style>
border-color css
<style>
span { border-color: #69A382; }
span { border-color: rgb(105,163,130); }
td.TdClassName
{
border-color: #69A382;
}
.TagClassName
{
border-color: #69A382;
}
</style>