Shades of Oxley #75AB7B
Tints of Oxley #75AB7B
RGB
CMYK
RGB Variations
Color information
#75AB7B (or 0x75AB7B) is known color: Oxley. HEX triplet: 75, AB and 7B. RGB value is (117,171,123). Sum of RGB (Red+Green+Blue) = 117+171+123=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB7B is #8A5484. Grayscale: #959595. Windows color (decimal): -9065605 or 8104821. OLE color: 8104821.
HSL color Cylindrical-coordinate representation of color #75AB7B: hue angle of 126.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AB7B is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 123 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.33 |
| HSL | 126.67º | 0.24% | 0.56% | - |
| HSV(B) | 126.67º | 0.32% | 0.67% | - |
| XYZ | 25.47 | 34.34 | 24.02 | - |
| YUV | 149.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 123 | 0.32 | 0 | 0.28 | 0.33 | 126.67 | 0.24 | 0.56 |
| Hex | 75 | AB | 7B | 20 | 0 | 1C | 21 | 7F | 18 | 38 |
| Octal | 165 | 253 | 173 | 40 | 0 | 34 | 41 | 177 | 30 | 70 |
| Binary | 1110101 | 10101011 | 1111011 | 100000 | 0 | 11100 | 100001 | 1111111 | 11000 | 111000 |
Color Harmonies of #75AB7B
Complementary color
Monochromatic Colors of #75AB7B
Black with #75AB7B
Text Example
Text Example
White with #75AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB7B; }
p { color: rgb(117,171,123); }
H1.HeaderClassName
{
color: #75AB7B;
}
.AnyTagClassName
{
color: #75AB7B;
}
</style>
background-color css
<style>
a { background-color: #75AB7B; }
a { background-color: rgb(117,171,123); }
div.DivClassName
{
background-color: #75AB7B;
}
.BgClassName
{
background-color: #75AB7B;
}
</style>
border-color css
<style>
span { border-color: #75AB7B; }
span { border-color: rgb(117,171,123); }
td.TdClassName
{
border-color: #75AB7B;
}
.TagClassName
{
border-color: #75AB7B;
}
</style>