Shades of Oxley #74A77C
Tints of Oxley #74A77C
RGB
CMYK
RGB Variations
Color information
#74A77C (or 0x74A77C) is known color: Oxley. HEX triplet: 74, A7 and 7C. RGB value is (116,167,124). Sum of RGB (Red+Green+Blue) = 116+167+124=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 167 - color contains mainly: green. Hex color #74A77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A77C is #8B5883. Grayscale: #929292. Windows color (decimal): -9132164 or 8169332. OLE color: 8169332.
HSL color Cylindrical-coordinate representation of color #74A77C: hue angle of 129.41º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A77C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 167 | 124 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.35 |
| HSL | 129.41º | 0.22% | 0.55% | - |
| HSV(B) | 129.41º | 0.31% | 0.65% | - |
| XYZ | 24.66 | 32.81 | 24.1 | - |
| YUV | 146.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 124 | 0.31 | 0 | 0.26 | 0.35 | 129.41 | 0.22 | 0.55 |
| Hex | 74 | A7 | 7C | 1F | 0 | 1A | 23 | 81 | 16 | 37 |
| Octal | 164 | 247 | 174 | 37 | 0 | 32 | 43 | 201 | 26 | 67 |
| Binary | 1110100 | 10100111 | 1111100 | 11111 | 0 | 11010 | 100011 | 10000001 | 10110 | 110111 |
Color Harmonies of #74A77C
Complementary color
Monochromatic Colors of #74A77C
Black with #74A77C
Text Example
Text Example
White with #74A77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A77C; }
p { color: rgb(116,167,124); }
H1.HeaderClassName
{
color: #74A77C;
}
.AnyTagClassName
{
color: #74A77C;
}
</style>
background-color css
<style>
a { background-color: #74A77C; }
a { background-color: rgb(116,167,124); }
div.DivClassName
{
background-color: #74A77C;
}
.BgClassName
{
background-color: #74A77C;
}
</style>
border-color css
<style>
span { border-color: #74A77C; }
span { border-color: rgb(116,167,124); }
td.TdClassName
{
border-color: #74A77C;
}
.TagClassName
{
border-color: #74A77C;
}
</style>