Shades of Apple #74B543
Tints of Apple #74B543
RGB
CMYK
RGB Variations
Color information
#74B543 (or 0x74B543) is known color: Apple. HEX triplet: 74, B5 and 43. RGB value is (116,181,67). Sum of RGB (Red+Green+Blue) = 116+181+67=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #74B543 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B543 is #8B4ABC. Grayscale: #949494. Windows color (decimal): -9128637 or 4437364. OLE color: 4437364.
HSL color Cylindrical-coordinate representation of color #74B543: hue angle of 94.21º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74B543 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 67 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.29 |
| HSL | 94.21º | 0.46% | 0.49% | - |
| HSV(B) | 94.21º | 0.63% | 0.71% | - |
| XYZ | 24.74 | 37.17 | 11.18 | - |
| YUV | 148.57 | 81.97 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 67 | 0.36 | 0 | 0.63 | 0.29 | 94.21 | 0.46 | 0.49 |
| Hex | 74 | B5 | 43 | 24 | 0 | 3F | 1D | 5E | 2E | 31 |
| Octal | 164 | 265 | 103 | 44 | 0 | 77 | 35 | 136 | 56 | 61 |
| Binary | 1110100 | 10110101 | 1000011 | 100100 | 0 | 111111 | 11101 | 1011110 | 101110 | 110001 |
Color Harmonies of #74B543
Complementary color
Monochromatic Colors of #74B543
Black with #74B543
Text Example
Text Example
White with #74B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B543; }
p { color: rgb(116,181,67); }
H1.HeaderClassName
{
color: #74B543;
}
.AnyTagClassName
{
color: #74B543;
}
</style>
background-color css
<style>
a { background-color: #74B543; }
a { background-color: rgb(116,181,67); }
div.DivClassName
{
background-color: #74B543;
}
.BgClassName
{
background-color: #74B543;
}
</style>
border-color css
<style>
span { border-color: #74B543; }
span { border-color: rgb(116,181,67); }
td.TdClassName
{
border-color: #74B543;
}
.TagClassName
{
border-color: #74B543;
}
</style>