Shades of Oxley #69AD7D
Tints of Oxley #69AD7D
RGB
CMYK
RGB Variations
Color information
#69AD7D (or 0x69AD7D) is known color: Oxley. HEX triplet: 69, AD and 7D. RGB value is (105,173,125). Sum of RGB (Red+Green+Blue) = 105+173+125=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD7D is #965282. Grayscale: #939393. Windows color (decimal): -9851523 or 8236393. OLE color: 8236393.
HSL color Cylindrical-coordinate representation of color #69AD7D: hue angle of 137.65º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD7D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 125 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.32 |
| HSL | 137.65º | 0.29% | 0.55% | - |
| HSV(B) | 137.65º | 0.39% | 0.68% | - |
| XYZ | 24.47 | 34.37 | 24.75 | - |
| YUV | 147.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 125 | 0.39 | 0 | 0.28 | 0.32 | 137.65 | 0.29 | 0.55 |
| Hex | 69 | AD | 7D | 27 | 0 | 1C | 20 | 8A | 1D | 37 |
| Octal | 151 | 255 | 175 | 47 | 0 | 34 | 40 | 212 | 35 | 67 |
| Binary | 1101001 | 10101101 | 1111101 | 100111 | 0 | 11100 | 100000 | 10001010 | 11101 | 110111 |
Color Harmonies of #69AD7D
Complementary color
Monochromatic Colors of #69AD7D
Black with #69AD7D
Text Example
Text Example
White with #69AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD7D; }
p { color: rgb(105,173,125); }
H1.HeaderClassName
{
color: #69AD7D;
}
.AnyTagClassName
{
color: #69AD7D;
}
</style>
background-color css
<style>
a { background-color: #69AD7D; }
a { background-color: rgb(105,173,125); }
div.DivClassName
{
background-color: #69AD7D;
}
.BgClassName
{
background-color: #69AD7D;
}
</style>
border-color css
<style>
span { border-color: #69AD7D; }
span { border-color: rgb(105,173,125); }
td.TdClassName
{
border-color: #69AD7D;
}
.TagClassName
{
border-color: #69AD7D;
}
</style>