Shades of Oxley #74A97B
Tints of Oxley #74A97B
RGB
CMYK
RGB Variations
Color information
#74A97B (or 0x74A97B) is known color: Oxley. HEX triplet: 74, A9 and 7B. RGB value is (116,169,123). Sum of RGB (Red+Green+Blue) = 116+169+123=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #74A97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A97B is #8B5684. Grayscale: #949494. Windows color (decimal): -9131653 or 8104308. OLE color: 8104308.
HSL color Cylindrical-coordinate representation of color #74A97B: hue angle of 127.92º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A97B is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 169 | 123 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.34 |
| HSL | 127.92º | 0.24% | 0.56% | - |
| HSV(B) | 127.92º | 0.31% | 0.66% | - |
| XYZ | 24.97 | 33.52 | 23.89 | - |
| YUV | 147.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 123 | 0.31 | 0 | 0.27 | 0.34 | 127.92 | 0.24 | 0.56 |
| Hex | 74 | A9 | 7B | 1F | 0 | 1B | 22 | 80 | 18 | 38 |
| Octal | 164 | 251 | 173 | 37 | 0 | 33 | 42 | 200 | 30 | 70 |
| Binary | 1110100 | 10101001 | 1111011 | 11111 | 0 | 11011 | 100010 | 10000000 | 11000 | 111000 |
Color Harmonies of #74A97B
Complementary color
Monochromatic Colors of #74A97B
Black with #74A97B
Text Example
Text Example
White with #74A97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A97B; }
p { color: rgb(116,169,123); }
H1.HeaderClassName
{
color: #74A97B;
}
.AnyTagClassName
{
color: #74A97B;
}
</style>
background-color css
<style>
a { background-color: #74A97B; }
a { background-color: rgb(116,169,123); }
div.DivClassName
{
background-color: #74A97B;
}
.BgClassName
{
background-color: #74A97B;
}
</style>
border-color css
<style>
span { border-color: #74A97B; }
span { border-color: rgb(116,169,123); }
td.TdClassName
{
border-color: #74A97B;
}
.TagClassName
{
border-color: #74A97B;
}
</style>