Shades of Apple #74B744
Tints of Apple #74B744
RGB
CMYK
RGB Variations
Color information
#74B744 (or 0x74B744) is known color: Apple. HEX triplet: 74, B7 and 44. RGB value is (116,183,68). Sum of RGB (Red+Green+Blue) = 116+183+68=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #74B744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B744 is #8B48BB. Grayscale: #969696. Windows color (decimal): -9128124 or 4503412. OLE color: 4503412.
HSL color Cylindrical-coordinate representation of color #74B744: hue angle of 94.96º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74B744 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 68 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.28 |
| HSL | 94.96º | 0.46% | 0.49% | - |
| HSV(B) | 94.96º | 0.63% | 0.72% | - |
| XYZ | 25.18 | 38 | 11.48 | - |
| YUV | 149.86 | 81.8 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 68 | 0.37 | 0 | 0.63 | 0.28 | 94.96 | 0.46 | 0.49 |
| Hex | 74 | B7 | 44 | 25 | 0 | 3F | 1C | 5F | 2E | 31 |
| Octal | 164 | 267 | 104 | 45 | 0 | 77 | 34 | 137 | 56 | 61 |
| Binary | 1110100 | 10110111 | 1000100 | 100101 | 0 | 111111 | 11100 | 1011111 | 101110 | 110001 |
Color Harmonies of #74B744
Complementary color
Monochromatic Colors of #74B744
Black with #74B744
Text Example
Text Example
White with #74B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B744; }
p { color: rgb(116,183,68); }
H1.HeaderClassName
{
color: #74B744;
}
.AnyTagClassName
{
color: #74B744;
}
</style>
background-color css
<style>
a { background-color: #74B744; }
a { background-color: rgb(116,183,68); }
div.DivClassName
{
background-color: #74B744;
}
.BgClassName
{
background-color: #74B744;
}
</style>
border-color css
<style>
span { border-color: #74B744; }
span { border-color: rgb(116,183,68); }
td.TdClassName
{
border-color: #74B744;
}
.TagClassName
{
border-color: #74B744;
}
</style>