Shades of Apple #74B547
Tints of Apple #74B547
RGB
CMYK
RGB Variations
Color information
#74B547 (or 0x74B547) is known color: Apple. HEX triplet: 74, B5 and 47. RGB value is (116,181,71). Sum of RGB (Red+Green+Blue) = 116+181+71=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #74B547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B547 is #8B4AB8. Grayscale: #959595. Windows color (decimal): -9128633 or 4699508. OLE color: 4699508.
HSL color Cylindrical-coordinate representation of color #74B547: hue angle of 95.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74B547 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 71 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.29 |
| HSL | 95.45º | 0.44% | 0.49% | - |
| HSV(B) | 95.45º | 0.61% | 0.71% | - |
| XYZ | 24.86 | 37.22 | 11.83 | - |
| YUV | 149.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 71 | 0.36 | 0 | 0.61 | 0.29 | 95.45 | 0.44 | 0.49 |
| Hex | 74 | B5 | 47 | 24 | 0 | 3D | 1D | 5F | 2C | 31 |
| Octal | 164 | 265 | 107 | 44 | 0 | 75 | 35 | 137 | 54 | 61 |
| Binary | 1110100 | 10110101 | 1000111 | 100100 | 0 | 111101 | 11101 | 1011111 | 101100 | 110001 |
Color Harmonies of #74B547
Complementary color
Monochromatic Colors of #74B547
Black with #74B547
Text Example
Text Example
White with #74B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B547; }
p { color: rgb(116,181,71); }
H1.HeaderClassName
{
color: #74B547;
}
.AnyTagClassName
{
color: #74B547;
}
</style>
background-color css
<style>
a { background-color: #74B547; }
a { background-color: rgb(116,181,71); }
div.DivClassName
{
background-color: #74B547;
}
.BgClassName
{
background-color: #74B547;
}
</style>
border-color css
<style>
span { border-color: #74B547; }
span { border-color: rgb(116,181,71); }
td.TdClassName
{
border-color: #74B547;
}
.TagClassName
{
border-color: #74B547;
}
</style>