Shades of Oxley #75957A
Tints of Oxley #75957A
RGB
CMYK
RGB Variations
Color information
#75957A (or 0x75957A) is known color: Oxley. HEX triplet: 75, 95 and 7A. RGB value is (117,149,122). Sum of RGB (Red+Green+Blue) = 117+149+122=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #75957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75957A is #8A6A85. Grayscale: #888888. Windows color (decimal): -9071238 or 8033653. OLE color: 8033653.
HSL color Cylindrical-coordinate representation of color #75957A: hue angle of 129.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75957A is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 122 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.42 |
| HSL | 129.38º | 0.13% | 0.52% | - |
| HSV(B) | 129.38º | 0.21% | 0.58% | - |
| XYZ | 21.6 | 26.68 | 22.42 | - |
| YUV | 136.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 122 | 0.21 | 0 | 0.18 | 0.42 | 129.38 | 0.13 | 0.52 |
| Hex | 75 | 95 | 7A | 15 | 0 | 12 | 2A | 81 | D | 34 |
| Octal | 165 | 225 | 172 | 25 | 0 | 22 | 52 | 201 | 15 | 64 |
| Binary | 1110101 | 10010101 | 1111010 | 10101 | 0 | 10010 | 101010 | 10000001 | 1101 | 110100 |
Color Harmonies of #75957A
Complementary color
Monochromatic Colors of #75957A
Black with #75957A
Text Example
Text Example
White with #75957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75957A; }
p { color: rgb(117,149,122); }
H1.HeaderClassName
{
color: #75957A;
}
.AnyTagClassName
{
color: #75957A;
}
</style>
background-color css
<style>
a { background-color: #75957A; }
a { background-color: rgb(117,149,122); }
div.DivClassName
{
background-color: #75957A;
}
.BgClassName
{
background-color: #75957A;
}
</style>
border-color css
<style>
span { border-color: #75957A; }
span { border-color: rgb(117,149,122); }
td.TdClassName
{
border-color: #75957A;
}
.TagClassName
{
border-color: #75957A;
}
</style>