Shades of Apple #74B054
Tints of Apple #74B054
RGB
CMYK
RGB Variations
Color information
#74B054 (or 0x74B054) is known color: Apple. HEX triplet: 74, B0 and 54. RGB value is (116,176,84). Sum of RGB (Red+Green+Blue) = 116+176+84=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #74B054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B054 is #8B4FAB. Grayscale: #939393. Windows color (decimal): -9129900 or 5550196. OLE color: 5550196.
HSL color Cylindrical-coordinate representation of color #74B054: hue angle of 99.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74B054 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 176 | 84 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.31 |
| HSL | 99.13º | 0.37% | 0.51% | - |
| HSV(B) | 99.13º | 0.52% | 0.69% | - |
| XYZ | 24.33 | 35.4 | 13.94 | - |
| YUV | 147.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 176 | 84 | 0.34 | 0 | 0.52 | 0.31 | 99.13 | 0.37 | 0.51 |
| Hex | 74 | B0 | 54 | 22 | 0 | 34 | 1F | 63 | 25 | 33 |
| Octal | 164 | 260 | 124 | 42 | 0 | 64 | 37 | 143 | 45 | 63 |
| Binary | 1110100 | 10110000 | 1010100 | 100010 | 0 | 110100 | 11111 | 1100011 | 100101 | 110011 |
Color Harmonies of #74B054
Complementary color
Monochromatic Colors of #74B054
Black with #74B054
Text Example
Text Example
White with #74B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B054; }
p { color: rgb(116,176,84); }
H1.HeaderClassName
{
color: #74B054;
}
.AnyTagClassName
{
color: #74B054;
}
</style>
background-color css
<style>
a { background-color: #74B054; }
a { background-color: rgb(116,176,84); }
div.DivClassName
{
background-color: #74B054;
}
.BgClassName
{
background-color: #74B054;
}
</style>
border-color css
<style>
span { border-color: #74B054; }
span { border-color: rgb(116,176,84); }
td.TdClassName
{
border-color: #74B054;
}
.TagClassName
{
border-color: #74B054;
}
</style>