Shades of Oxley #69A375
Tints of Oxley #69A375
RGB
CMYK
RGB Variations
Color information
#69A375 (or 0x69A375) is known color: Oxley. HEX triplet: 69, A3 and 75. RGB value is (105,163,117). Sum of RGB (Red+Green+Blue) = 105+163+117=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #69A375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A375 is #965C8A. Grayscale: #8C8C8C. Windows color (decimal): -9854091 or 7709545. OLE color: 7709545.
HSL color Cylindrical-coordinate representation of color #69A375: hue angle of 132.41º 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 #69A375 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 163 | 117 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.36 |
| HSL | 132.41º | 0.24% | 0.53% | - |
| HSV(B) | 132.41º | 0.36% | 0.64% | - |
| XYZ | 22.13 | 30.48 | 21.55 | - |
| YUV | 140.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 163 | 117 | 0.36 | 0 | 0.28 | 0.36 | 132.41 | 0.24 | 0.53 |
| Hex | 69 | A3 | 75 | 24 | 0 | 1C | 24 | 84 | 18 | 35 |
| Octal | 151 | 243 | 165 | 44 | 0 | 34 | 44 | 204 | 30 | 65 |
| Binary | 1101001 | 10100011 | 1110101 | 100100 | 0 | 11100 | 100100 | 10000100 | 11000 | 110101 |
Color Harmonies of #69A375
Complementary color
Monochromatic Colors of #69A375
Black with #69A375
Text Example
Text Example
White with #69A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A375; }
p { color: rgb(105,163,117); }
H1.HeaderClassName
{
color: #69A375;
}
.AnyTagClassName
{
color: #69A375;
}
</style>
background-color css
<style>
a { background-color: #69A375; }
a { background-color: rgb(105,163,117); }
div.DivClassName
{
background-color: #69A375;
}
.BgClassName
{
background-color: #69A375;
}
</style>
border-color css
<style>
span { border-color: #69A375; }
span { border-color: rgb(105,163,117); }
td.TdClassName
{
border-color: #69A375;
}
.TagClassName
{
border-color: #69A375;
}
</style>