Shades of Oxley #75937A
Tints of Oxley #75937A
RGB
CMYK
RGB Variations
Color information
#75937A (or 0x75937A) is known color: Oxley. HEX triplet: 75, 93 and 7A. RGB value is (117,147,122). Sum of RGB (Red+Green+Blue) = 117+147+122=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #75937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75937A is #8A6C85. Grayscale: #878787. Windows color (decimal): -9071750 or 8033141. OLE color: 8033141.
HSL color Cylindrical-coordinate representation of color #75937A: hue angle of 130º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75937A is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 147 | 122 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.42 |
| HSL | 130º | 0.12% | 0.52% | - |
| HSV(B) | 130º | 0.2% | 0.58% | - |
| XYZ | 21.28 | 26.05 | 22.32 | - |
| YUV | 135.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 122 | 0.20 | 0 | 0.17 | 0.42 | 130 | 0.12 | 0.52 |
| Hex | 75 | 93 | 7A | 14 | 0 | 11 | 2A | 82 | C | 34 |
| Octal | 165 | 223 | 172 | 24 | 0 | 21 | 52 | 202 | 14 | 64 |
| Binary | 1110101 | 10010011 | 1111010 | 10100 | 0 | 10001 | 101010 | 10000010 | 1100 | 110100 |
Color Harmonies of #75937A
Complementary color
Monochromatic Colors of #75937A
Black with #75937A
Text Example
Text Example
White with #75937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75937A; }
p { color: rgb(117,147,122); }
H1.HeaderClassName
{
color: #75937A;
}
.AnyTagClassName
{
color: #75937A;
}
</style>
background-color css
<style>
a { background-color: #75937A; }
a { background-color: rgb(117,147,122); }
div.DivClassName
{
background-color: #75937A;
}
.BgClassName
{
background-color: #75937A;
}
</style>
border-color css
<style>
span { border-color: #75937A; }
span { border-color: rgb(117,147,122); }
td.TdClassName
{
border-color: #75937A;
}
.TagClassName
{
border-color: #75937A;
}
</style>