Shades of Oxley #74A07B
Tints of Oxley #74A07B
RGB
CMYK
RGB Variations
Color information
#74A07B (or 0x74A07B) is known color: Oxley. HEX triplet: 74, A0 and 7B. RGB value is (116,160,123). Sum of RGB (Red+Green+Blue) = 116+160+123=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #74A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A07B is #8B5F84. Grayscale: #8E8E8E. Windows color (decimal): -9133957 or 8102004. OLE color: 8102004.
HSL color Cylindrical-coordinate representation of color #74A07B: hue angle of 129.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74A07B is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 123 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.37 |
| HSL | 129.55º | 0.19% | 0.54% | - |
| HSV(B) | 129.55º | 0.28% | 0.63% | - |
| XYZ | 23.35 | 30.28 | 23.35 | - |
| YUV | 142.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 123 | 0.28 | 0 | 0.23 | 0.37 | 129.55 | 0.19 | 0.54 |
| Hex | 74 | A0 | 7B | 1C | 0 | 17 | 25 | 82 | 13 | 36 |
| Octal | 164 | 240 | 173 | 34 | 0 | 27 | 45 | 202 | 23 | 66 |
| Binary | 1110100 | 10100000 | 1111011 | 11100 | 0 | 10111 | 100101 | 10000010 | 10011 | 110110 |
Color Harmonies of #74A07B
Complementary color
Monochromatic Colors of #74A07B
Black with #74A07B
Text Example
Text Example
White with #74A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A07B; }
p { color: rgb(116,160,123); }
H1.HeaderClassName
{
color: #74A07B;
}
.AnyTagClassName
{
color: #74A07B;
}
</style>
background-color css
<style>
a { background-color: #74A07B; }
a { background-color: rgb(116,160,123); }
div.DivClassName
{
background-color: #74A07B;
}
.BgClassName
{
background-color: #74A07B;
}
</style>
border-color css
<style>
span { border-color: #74A07B; }
span { border-color: rgb(116,160,123); }
td.TdClassName
{
border-color: #74A07B;
}
.TagClassName
{
border-color: #74A07B;
}
</style>