Shades of Oxley #74AD7B
Tints of Oxley #74AD7B
RGB
CMYK
RGB Variations
Color information
#74AD7B (or 0x74AD7B) is known color: Oxley. HEX triplet: 74, AD and 7B. RGB value is (116,173,123). Sum of RGB (Red+Green+Blue) = 116+173+123=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD7B is #8B5284. Grayscale: #969696. Windows color (decimal): -9130629 or 8105332. OLE color: 8105332.
HSL color Cylindrical-coordinate representation of color #74AD7B: hue angle of 127.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AD7B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 123 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.32 |
| HSL | 127.37º | 0.26% | 0.57% | - |
| HSV(B) | 127.37º | 0.33% | 0.68% | - |
| XYZ | 25.72 | 35.03 | 24.14 | - |
| YUV | 150.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 123 | 0.33 | 0 | 0.29 | 0.32 | 127.37 | 0.26 | 0.57 |
| Hex | 74 | AD | 7B | 21 | 0 | 1D | 20 | 7F | 1A | 39 |
| Octal | 164 | 255 | 173 | 41 | 0 | 35 | 40 | 177 | 32 | 71 |
| Binary | 1110100 | 10101101 | 1111011 | 100001 | 0 | 11101 | 100000 | 1111111 | 11010 | 111001 |
Color Harmonies of #74AD7B
Complementary color
Monochromatic Colors of #74AD7B
Black with #74AD7B
Text Example
Text Example
White with #74AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD7B; }
p { color: rgb(116,173,123); }
H1.HeaderClassName
{
color: #74AD7B;
}
.AnyTagClassName
{
color: #74AD7B;
}
</style>
background-color css
<style>
a { background-color: #74AD7B; }
a { background-color: rgb(116,173,123); }
div.DivClassName
{
background-color: #74AD7B;
}
.BgClassName
{
background-color: #74AD7B;
}
</style>
border-color css
<style>
span { border-color: #74AD7B; }
span { border-color: rgb(116,173,123); }
td.TdClassName
{
border-color: #74AD7B;
}
.TagClassName
{
border-color: #74AD7B;
}
</style>