Shades of Oxley #69A77A
Tints of Oxley #69A77A
RGB
CMYK
RGB Variations
Color information
#69A77A (or 0x69A77A) is known color: Oxley. HEX triplet: 69, A7 and 7A. RGB value is (105,167,122). Sum of RGB (Red+Green+Blue) = 105+167+122=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 167 - color contains mainly: green. Hex color #69A77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A77A is #965885. Grayscale: #8F8F8F. Windows color (decimal): -9853062 or 8038249. OLE color: 8038249.
HSL color Cylindrical-coordinate representation of color #69A77A: hue angle of 136.45º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A77A is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 167 | 122 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.35 |
| HSL | 136.45º | 0.26% | 0.53% | - |
| HSV(B) | 136.45º | 0.37% | 0.65% | - |
| XYZ | 23.16 | 32.05 | 23.38 | - |
| YUV | 143.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 167 | 122 | 0.37 | 0 | 0.27 | 0.35 | 136.45 | 0.26 | 0.53 |
| Hex | 69 | A7 | 7A | 25 | 0 | 1B | 23 | 88 | 1A | 35 |
| Octal | 151 | 247 | 172 | 45 | 0 | 33 | 43 | 210 | 32 | 65 |
| Binary | 1101001 | 10100111 | 1111010 | 100101 | 0 | 11011 | 100011 | 10001000 | 11010 | 110101 |
Color Harmonies of #69A77A
Complementary color
Monochromatic Colors of #69A77A
Black with #69A77A
Text Example
Text Example
White with #69A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A77A; }
p { color: rgb(105,167,122); }
H1.HeaderClassName
{
color: #69A77A;
}
.AnyTagClassName
{
color: #69A77A;
}
</style>
background-color css
<style>
a { background-color: #69A77A; }
a { background-color: rgb(105,167,122); }
div.DivClassName
{
background-color: #69A77A;
}
.BgClassName
{
background-color: #69A77A;
}
</style>
border-color css
<style>
span { border-color: #69A77A; }
span { border-color: rgb(105,167,122); }
td.TdClassName
{
border-color: #69A77A;
}
.TagClassName
{
border-color: #69A77A;
}
</style>