Shades of Apple #74B649
Tints of Apple #74B649
RGB
CMYK
RGB Variations
Color information
#74B649 (or 0x74B649) is known color: Apple. HEX triplet: 74, B6 and 49. RGB value is (116,182,73). Sum of RGB (Red+Green+Blue) = 116+182+73=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #74B649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B649 is #8B49B6. Grayscale: #969696. Windows color (decimal): -9128375 or 4830836. OLE color: 4830836.
HSL color Cylindrical-coordinate representation of color #74B649: hue angle of 96.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74B649 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 73 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.29 |
| HSL | 96.33º | 0.43% | 0.5% | - |
| HSV(B) | 96.33º | 0.6% | 0.71% | - |
| XYZ | 25.13 | 37.65 | 12.25 | - |
| YUV | 149.84 | 84.63 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 73 | 0.36 | 0 | 0.60 | 0.29 | 96.33 | 0.43 | 0.5 |
| Hex | 74 | B6 | 49 | 24 | 0 | 3C | 1D | 60 | 2B | 32 |
| Octal | 164 | 266 | 111 | 44 | 0 | 74 | 35 | 140 | 53 | 62 |
| Binary | 1110100 | 10110110 | 1001001 | 100100 | 0 | 111100 | 11101 | 1100000 | 101011 | 110010 |
Color Harmonies of #74B649
Complementary color
Monochromatic Colors of #74B649
Black with #74B649
Text Example
Text Example
White with #74B649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B649; }
p { color: rgb(116,182,73); }
H1.HeaderClassName
{
color: #74B649;
}
.AnyTagClassName
{
color: #74B649;
}
</style>
background-color css
<style>
a { background-color: #74B649; }
a { background-color: rgb(116,182,73); }
div.DivClassName
{
background-color: #74B649;
}
.BgClassName
{
background-color: #74B649;
}
</style>
border-color css
<style>
span { border-color: #74B649; }
span { border-color: rgb(116,182,73); }
td.TdClassName
{
border-color: #74B649;
}
.TagClassName
{
border-color: #74B649;
}
</style>