Shades of Apple #74B44A
Tints of Apple #74B44A
RGB
CMYK
RGB Variations
Color information
#74B44A (or 0x74B44A) is known color: Apple. HEX triplet: 74, B4 and 4A. RGB value is (116,180,74). Sum of RGB (Red+Green+Blue) = 116+180+74=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #74B44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B44A is #8B4BB5. Grayscale: #959595. Windows color (decimal): -9128886 or 4895860. OLE color: 4895860.
HSL color Cylindrical-coordinate representation of color #74B44A: hue angle of 96.23º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74B44A is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 74 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.29 |
| HSL | 96.23º | 0.42% | 0.5% | - |
| HSV(B) | 96.23º | 0.59% | 0.71% | - |
| XYZ | 24.76 | 36.85 | 12.29 | - |
| YUV | 148.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 74 | 0.36 | 0 | 0.59 | 0.29 | 96.23 | 0.42 | 0.5 |
| Hex | 74 | B4 | 4A | 24 | 0 | 3B | 1D | 60 | 2A | 32 |
| Octal | 164 | 264 | 112 | 44 | 0 | 73 | 35 | 140 | 52 | 62 |
| Binary | 1110100 | 10110100 | 1001010 | 100100 | 0 | 111011 | 11101 | 1100000 | 101010 | 110010 |
Color Harmonies of #74B44A
Complementary color
Monochromatic Colors of #74B44A
Black with #74B44A
Text Example
Text Example
White with #74B44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B44A; }
p { color: rgb(116,180,74); }
H1.HeaderClassName
{
color: #74B44A;
}
.AnyTagClassName
{
color: #74B44A;
}
</style>
background-color css
<style>
a { background-color: #74B44A; }
a { background-color: rgb(116,180,74); }
div.DivClassName
{
background-color: #74B44A;
}
.BgClassName
{
background-color: #74B44A;
}
</style>
border-color css
<style>
span { border-color: #74B44A; }
span { border-color: rgb(116,180,74); }
td.TdClassName
{
border-color: #74B44A;
}
.TagClassName
{
border-color: #74B44A;
}
</style>