Shades of Oxley #69A06E
Tints of Oxley #69A06E
RGB
CMYK
RGB Variations
Color information
#69A06E (or 0x69A06E) is known color: Oxley. HEX triplet: 69, A0 and 6E. RGB value is (105,160,110). Sum of RGB (Red+Green+Blue) = 105+160+110=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #69A06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A06E is #965F91. Grayscale: #8A8A8A. Windows color (decimal): -9854866 or 7250025. OLE color: 7250025.
HSL color Cylindrical-coordinate representation of color #69A06E: hue angle of 125.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69A06E is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 160 | 110 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.37 |
| HSL | 125.45º | 0.22% | 0.52% | - |
| HSV(B) | 125.45º | 0.34% | 0.63% | - |
| XYZ | 21.21 | 29.27 | 19.28 | - |
| YUV | 137.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 160 | 110 | 0.34 | 0 | 0.31 | 0.37 | 125.45 | 0.22 | 0.52 |
| Hex | 69 | A0 | 6E | 22 | 0 | 1F | 25 | 7D | 16 | 34 |
| Octal | 151 | 240 | 156 | 42 | 0 | 37 | 45 | 175 | 26 | 64 |
| Binary | 1101001 | 10100000 | 1101110 | 100010 | 0 | 11111 | 100101 | 1111101 | 10110 | 110100 |
Color Harmonies of #69A06E
Complementary color
Monochromatic Colors of #69A06E
Black with #69A06E
Text Example
Text Example
White with #69A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A06E; }
p { color: rgb(105,160,110); }
H1.HeaderClassName
{
color: #69A06E;
}
.AnyTagClassName
{
color: #69A06E;
}
</style>
background-color css
<style>
a { background-color: #69A06E; }
a { background-color: rgb(105,160,110); }
div.DivClassName
{
background-color: #69A06E;
}
.BgClassName
{
background-color: #69A06E;
}
</style>
border-color css
<style>
span { border-color: #69A06E; }
span { border-color: rgb(105,160,110); }
td.TdClassName
{
border-color: #69A06E;
}
.TagClassName
{
border-color: #69A06E;
}
</style>