Shades of Oxley #74AA7A
Tints of Oxley #74AA7A
RGB
CMYK
RGB Variations
Color information
#74AA7A (or 0x74AA7A) is known color: Oxley. HEX triplet: 74, AA and 7A. RGB value is (116,170,122). Sum of RGB (Red+Green+Blue) = 116+170+122=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA7A is #8B5585. Grayscale: #949494. Windows color (decimal): -9131398 or 8039028. OLE color: 8039028.
HSL color Cylindrical-coordinate representation of color #74AA7A: hue angle of 126.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AA7A is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 122 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.33 |
| HSL | 126.67º | 0.24% | 0.56% | - |
| HSV(B) | 126.67º | 0.32% | 0.67% | - |
| XYZ | 25.09 | 33.87 | 23.63 | - |
| YUV | 148.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 122 | 0.32 | 0 | 0.28 | 0.33 | 126.67 | 0.24 | 0.56 |
| Hex | 74 | AA | 7A | 20 | 0 | 1C | 21 | 7F | 18 | 38 |
| Octal | 164 | 252 | 172 | 40 | 0 | 34 | 41 | 177 | 30 | 70 |
| Binary | 1110100 | 10101010 | 1111010 | 100000 | 0 | 11100 | 100001 | 1111111 | 11000 | 111000 |
Color Harmonies of #74AA7A
Complementary color
Monochromatic Colors of #74AA7A
Black with #74AA7A
Text Example
Text Example
White with #74AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA7A; }
p { color: rgb(116,170,122); }
H1.HeaderClassName
{
color: #74AA7A;
}
.AnyTagClassName
{
color: #74AA7A;
}
</style>
background-color css
<style>
a { background-color: #74AA7A; }
a { background-color: rgb(116,170,122); }
div.DivClassName
{
background-color: #74AA7A;
}
.BgClassName
{
background-color: #74AA7A;
}
</style>
border-color css
<style>
span { border-color: #74AA7A; }
span { border-color: rgb(116,170,122); }
td.TdClassName
{
border-color: #74AA7A;
}
.TagClassName
{
border-color: #74AA7A;
}
</style>