Shades of Apple #74B640
Tints of Apple #74B640
RGB
CMYK
RGB Variations
Color information
#74B640 (or 0x74B640) is known color: Apple. HEX triplet: 74, B6 and 40. RGB value is (116,182,64). Sum of RGB (Red+Green+Blue) = 116+182+64=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #74B640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B640 is #8B49BF. Grayscale: #959595. Windows color (decimal): -9128384 or 4241012. OLE color: 4241012.
HSL color Cylindrical-coordinate representation of color #74B640: hue angle of 93.56º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74B640 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 64 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.29 |
| HSL | 93.56º | 0.48% | 0.48% | - |
| HSV(B) | 93.56º | 0.65% | 0.71% | - |
| XYZ | 24.86 | 37.54 | 10.79 | - |
| YUV | 148.81 | 80.13 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 64 | 0.36 | 0 | 0.65 | 0.29 | 93.56 | 0.48 | 0.48 |
| Hex | 74 | B6 | 40 | 24 | 0 | 41 | 1D | 5E | 30 | 30 |
| Octal | 164 | 266 | 100 | 44 | 0 | 101 | 35 | 136 | 60 | 60 |
| Binary | 1110100 | 10110110 | 1000000 | 100100 | 0 | 1000001 | 11101 | 1011110 | 110000 | 110000 |
Color Harmonies of #74B640
Complementary color
Monochromatic Colors of #74B640
Black with #74B640
Text Example
Text Example
White with #74B640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B640; }
p { color: rgb(116,182,64); }
H1.HeaderClassName
{
color: #74B640;
}
.AnyTagClassName
{
color: #74B640;
}
</style>
background-color css
<style>
a { background-color: #74B640; }
a { background-color: rgb(116,182,64); }
div.DivClassName
{
background-color: #74B640;
}
.BgClassName
{
background-color: #74B640;
}
</style>
border-color css
<style>
span { border-color: #74B640; }
span { border-color: rgb(116,182,64); }
td.TdClassName
{
border-color: #74B640;
}
.TagClassName
{
border-color: #74B640;
}
</style>