Shades of Oxley #69AA7C
Tints of Oxley #69AA7C
RGB
CMYK
RGB Variations
Color information
#69AA7C (or 0x69AA7C) is known color: Oxley. HEX triplet: 69, AA and 7C. RGB value is (105,170,124). Sum of RGB (Red+Green+Blue) = 105+170+124=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA7C is #965583. Grayscale: #919191. Windows color (decimal): -9852292 or 8170089. OLE color: 8170089.
HSL color Cylindrical-coordinate representation of color #69AA7C: hue angle of 137.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69AA7C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 170 | 124 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.33 |
| HSL | 137.54º | 0.28% | 0.54% | - |
| HSV(B) | 137.54º | 0.38% | 0.67% | - |
| XYZ | 23.84 | 33.21 | 24.22 | - |
| YUV | 145.32 | 115.97 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 124 | 0.38 | 0 | 0.27 | 0.33 | 137.54 | 0.28 | 0.54 |
| Hex | 69 | AA | 7C | 26 | 0 | 1B | 21 | 8A | 1C | 36 |
| Octal | 151 | 252 | 174 | 46 | 0 | 33 | 41 | 212 | 34 | 66 |
| Binary | 1101001 | 10101010 | 1111100 | 100110 | 0 | 11011 | 100001 | 10001010 | 11100 | 110110 |
Color Harmonies of #69AA7C
Complementary color
Monochromatic Colors of #69AA7C
Black with #69AA7C
Text Example
Text Example
White with #69AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AA7C; }
p { color: rgb(105,170,124); }
H1.HeaderClassName
{
color: #69AA7C;
}
.AnyTagClassName
{
color: #69AA7C;
}
</style>
background-color css
<style>
a { background-color: #69AA7C; }
a { background-color: rgb(105,170,124); }
div.DivClassName
{
background-color: #69AA7C;
}
.BgClassName
{
background-color: #69AA7C;
}
</style>
border-color css
<style>
span { border-color: #69AA7C; }
span { border-color: rgb(105,170,124); }
td.TdClassName
{
border-color: #69AA7C;
}
.TagClassName
{
border-color: #69AA7C;
}
</style>