Shades of Oxley #69AF7E
Tints of Oxley #69AF7E
RGB
CMYK
RGB Variations
Color information
#69AF7E (or 0x69AF7E) is known color: Oxley. HEX triplet: 69, AF and 7E. RGB value is (105,175,126). Sum of RGB (Red+Green+Blue) = 105+175+126=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF7E is #965081. Grayscale: #949494. Windows color (decimal): -9851010 or 8302441. OLE color: 8302441.
HSL color Cylindrical-coordinate representation of color #69AF7E: hue angle of 138º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AF7E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 126 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.31 |
| HSL | 138º | 0.3% | 0.55% | - |
| HSV(B) | 138º | 0.4% | 0.69% | - |
| XYZ | 24.92 | 35.17 | 25.21 | - |
| YUV | 148.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 126 | 0.40 | 0 | 0.28 | 0.31 | 138 | 0.3 | 0.55 |
| Hex | 69 | AF | 7E | 28 | 0 | 1C | 1F | 8A | 1E | 37 |
| Octal | 151 | 257 | 176 | 50 | 0 | 34 | 37 | 212 | 36 | 67 |
| Binary | 1101001 | 10101111 | 1111110 | 101000 | 0 | 11100 | 11111 | 10001010 | 11110 | 110111 |
Color Harmonies of #69AF7E
Complementary color
Monochromatic Colors of #69AF7E
Black with #69AF7E
Text Example
Text Example
White with #69AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AF7E; }
p { color: rgb(105,175,126); }
H1.HeaderClassName
{
color: #69AF7E;
}
.AnyTagClassName
{
color: #69AF7E;
}
</style>
background-color css
<style>
a { background-color: #69AF7E; }
a { background-color: rgb(105,175,126); }
div.DivClassName
{
background-color: #69AF7E;
}
.BgClassName
{
background-color: #69AF7E;
}
</style>
border-color css
<style>
span { border-color: #69AF7E; }
span { border-color: rgb(105,175,126); }
td.TdClassName
{
border-color: #69AF7E;
}
.TagClassName
{
border-color: #69AF7E;
}
</style>