Shades of Oxley #69A372
Tints of Oxley #69A372
RGB
CMYK
RGB Variations
Color information
#69A372 (or 0x69A372) is known color: Oxley. HEX triplet: 69, A3 and 72. RGB value is (105,163,114). Sum of RGB (Red+Green+Blue) = 105+163+114=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #69A372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A372 is #965C8D. Grayscale: #8C8C8C. Windows color (decimal): -9854094 or 7512937. OLE color: 7512937.
HSL color Cylindrical-coordinate representation of color #69A372: hue angle of 129.31º 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 #69A372 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 163 | 114 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.36 |
| HSL | 129.31º | 0.24% | 0.53% | - |
| HSV(B) | 129.31º | 0.36% | 0.64% | - |
| XYZ | 21.96 | 30.41 | 20.63 | - |
| YUV | 140.07 | 113.28 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 163 | 114 | 0.36 | 0 | 0.30 | 0.36 | 129.31 | 0.24 | 0.53 |
| Hex | 69 | A3 | 72 | 24 | 0 | 1E | 24 | 81 | 18 | 35 |
| Octal | 151 | 243 | 162 | 44 | 0 | 36 | 44 | 201 | 30 | 65 |
| Binary | 1101001 | 10100011 | 1110010 | 100100 | 0 | 11110 | 100100 | 10000001 | 11000 | 110101 |
Color Harmonies of #69A372
Complementary color
Monochromatic Colors of #69A372
Black with #69A372
Text Example
Text Example
White with #69A372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A372; }
p { color: rgb(105,163,114); }
H1.HeaderClassName
{
color: #69A372;
}
.AnyTagClassName
{
color: #69A372;
}
</style>
background-color css
<style>
a { background-color: #69A372; }
a { background-color: rgb(105,163,114); }
div.DivClassName
{
background-color: #69A372;
}
.BgClassName
{
background-color: #69A372;
}
</style>
border-color css
<style>
span { border-color: #69A372; }
span { border-color: rgb(105,163,114); }
td.TdClassName
{
border-color: #69A372;
}
.TagClassName
{
border-color: #69A372;
}
</style>