Shades of Oxley #69A376
Tints of Oxley #69A376
RGB
CMYK
RGB Variations
Color information
#69A376 (or 0x69A376) is known color: Oxley. HEX triplet: 69, A3 and 76. RGB value is (105,163,118). Sum of RGB (Red+Green+Blue) = 105+163+118=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #69A376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A376 is #965C89. Grayscale: #8C8C8C. Windows color (decimal): -9854090 or 7775081. OLE color: 7775081.
HSL color Cylindrical-coordinate representation of color #69A376: hue angle of 133.45º 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 #69A376 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 163 | 118 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.36 |
| HSL | 133.45º | 0.24% | 0.53% | - |
| HSV(B) | 133.45º | 0.36% | 0.64% | - |
| XYZ | 22.19 | 30.51 | 21.86 | - |
| YUV | 140.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 163 | 118 | 0.36 | 0 | 0.28 | 0.36 | 133.45 | 0.24 | 0.53 |
| Hex | 69 | A3 | 76 | 24 | 0 | 1C | 24 | 85 | 18 | 35 |
| Octal | 151 | 243 | 166 | 44 | 0 | 34 | 44 | 205 | 30 | 65 |
| Binary | 1101001 | 10100011 | 1110110 | 100100 | 0 | 11100 | 100100 | 10000101 | 11000 | 110101 |
Color Harmonies of #69A376
Complementary color
Monochromatic Colors of #69A376
Black with #69A376
Text Example
Text Example
White with #69A376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A376; }
p { color: rgb(105,163,118); }
H1.HeaderClassName
{
color: #69A376;
}
.AnyTagClassName
{
color: #69A376;
}
</style>
background-color css
<style>
a { background-color: #69A376; }
a { background-color: rgb(105,163,118); }
div.DivClassName
{
background-color: #69A376;
}
.BgClassName
{
background-color: #69A376;
}
</style>
border-color css
<style>
span { border-color: #69A376; }
span { border-color: rgb(105,163,118); }
td.TdClassName
{
border-color: #69A376;
}
.TagClassName
{
border-color: #69A376;
}
</style>