Shades of Apple #74B751
Tints of Apple #74B751
RGB
CMYK
RGB Variations
Color information
#74B751 (or 0x74B751) is known color: Apple. HEX triplet: 74, B7 and 51. RGB value is (116,183,81). Sum of RGB (Red+Green+Blue) = 116+183+81=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #74B751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B751 is #8B48AE. Grayscale: #979797. Windows color (decimal): -9128111 or 5355380. OLE color: 5355380.
HSL color Cylindrical-coordinate representation of color #74B751: hue angle of 99.41º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74B751 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 81 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.28 |
| HSL | 99.41º | 0.41% | 0.52% | - |
| HSV(B) | 99.41º | 0.56% | 0.72% | - |
| XYZ | 25.62 | 38.17 | 13.8 | - |
| YUV | 151.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 81 | 0.37 | 0 | 0.56 | 0.28 | 99.41 | 0.41 | 0.52 |
| Hex | 74 | B7 | 51 | 25 | 0 | 38 | 1C | 63 | 29 | 34 |
| Octal | 164 | 267 | 121 | 45 | 0 | 70 | 34 | 143 | 51 | 64 |
| Binary | 1110100 | 10110111 | 1010001 | 100101 | 0 | 111000 | 11100 | 1100011 | 101001 | 110100 |
Color Harmonies of #74B751
Complementary color
Monochromatic Colors of #74B751
Black with #74B751
Text Example
Text Example
White with #74B751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B751; }
p { color: rgb(116,183,81); }
H1.HeaderClassName
{
color: #74B751;
}
.AnyTagClassName
{
color: #74B751;
}
</style>
background-color css
<style>
a { background-color: #74B751; }
a { background-color: rgb(116,183,81); }
div.DivClassName
{
background-color: #74B751;
}
.BgClassName
{
background-color: #74B751;
}
</style>
border-color css
<style>
span { border-color: #74B751; }
span { border-color: rgb(116,183,81); }
td.TdClassName
{
border-color: #74B751;
}
.TagClassName
{
border-color: #74B751;
}
</style>