Shades of Oxley #75AA7A
Tints of Oxley #75AA7A
RGB
CMYK
RGB Variations
Color information
#75AA7A (or 0x75AA7A) is known color: Oxley. HEX triplet: 75, AA and 7A. RGB value is (117,170,122). Sum of RGB (Red+Green+Blue) = 117+170+122=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA7A is #8A5585. Grayscale: #949494. Windows color (decimal): -9065862 or 8039029. OLE color: 8039029.
HSL color Cylindrical-coordinate representation of color #75AA7A: hue angle of 125.66º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75AA7A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 170 | 122 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.33 |
| HSL | 125.66º | 0.24% | 0.56% | - |
| HSV(B) | 125.66º | 0.31% | 0.67% | - |
| XYZ | 25.22 | 33.94 | 23.63 | - |
| YUV | 148.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 122 | 0.31 | 0 | 0.28 | 0.33 | 125.66 | 0.24 | 0.56 |
| Hex | 75 | AA | 7A | 1F | 0 | 1C | 21 | 7E | 18 | 38 |
| Octal | 165 | 252 | 172 | 37 | 0 | 34 | 41 | 176 | 30 | 70 |
| Binary | 1110101 | 10101010 | 1111010 | 11111 | 0 | 11100 | 100001 | 1111110 | 11000 | 111000 |
Color Harmonies of #75AA7A
Complementary color
Monochromatic Colors of #75AA7A
Black with #75AA7A
Text Example
Text Example
White with #75AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AA7A; }
p { color: rgb(117,170,122); }
H1.HeaderClassName
{
color: #75AA7A;
}
.AnyTagClassName
{
color: #75AA7A;
}
</style>
background-color css
<style>
a { background-color: #75AA7A; }
a { background-color: rgb(117,170,122); }
div.DivClassName
{
background-color: #75AA7A;
}
.BgClassName
{
background-color: #75AA7A;
}
</style>
border-color css
<style>
span { border-color: #75AA7A; }
span { border-color: rgb(117,170,122); }
td.TdClassName
{
border-color: #75AA7A;
}
.TagClassName
{
border-color: #75AA7A;
}
</style>