Shades of Oxley #69AC7A
Tints of Oxley #69AC7A
RGB
CMYK
RGB Variations
Color information
#69AC7A (or 0x69AC7A) is known color: Oxley. HEX triplet: 69, AC and 7A. RGB value is (105,172,122). Sum of RGB (Red+Green+Blue) = 105+172+122=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AC7A is #965385. Grayscale: #929292. Windows color (decimal): -9851782 or 8039529. OLE color: 8039529.
HSL color Cylindrical-coordinate representation of color #69AC7A: hue angle of 135.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AC7A is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 172 | 122 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.33 |
| HSL | 135.22º | 0.29% | 0.54% | - |
| HSV(B) | 135.22º | 0.39% | 0.67% | - |
| XYZ | 24.09 | 33.91 | 23.69 | - |
| YUV | 146.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 122 | 0.39 | 0 | 0.29 | 0.33 | 135.22 | 0.29 | 0.54 |
| Hex | 69 | AC | 7A | 27 | 0 | 1D | 21 | 87 | 1D | 36 |
| Octal | 151 | 254 | 172 | 47 | 0 | 35 | 41 | 207 | 35 | 66 |
| Binary | 1101001 | 10101100 | 1111010 | 100111 | 0 | 11101 | 100001 | 10000111 | 11101 | 110110 |
Color Harmonies of #69AC7A
Complementary color
Monochromatic Colors of #69AC7A
Black with #69AC7A
Text Example
Text Example
White with #69AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AC7A; }
p { color: rgb(105,172,122); }
H1.HeaderClassName
{
color: #69AC7A;
}
.AnyTagClassName
{
color: #69AC7A;
}
</style>
background-color css
<style>
a { background-color: #69AC7A; }
a { background-color: rgb(105,172,122); }
div.DivClassName
{
background-color: #69AC7A;
}
.BgClassName
{
background-color: #69AC7A;
}
</style>
border-color css
<style>
span { border-color: #69AC7A; }
span { border-color: rgb(105,172,122); }
td.TdClassName
{
border-color: #69AC7A;
}
.TagClassName
{
border-color: #69AC7A;
}
</style>