Shades of Apple #74B453
Tints of Apple #74B453
RGB
CMYK
RGB Variations
Color information
#74B453 (or 0x74B453) is known color: Apple. HEX triplet: 74, B4 and 53. RGB value is (116,180,83). Sum of RGB (Red+Green+Blue) = 116+180+83=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #74B453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B453 is #8B4BAC. Grayscale: #969696. Windows color (decimal): -9128877 or 5485684. OLE color: 5485684.
HSL color Cylindrical-coordinate representation of color #74B453: hue angle of 99.59º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74B453 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 83 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.29 |
| HSL | 99.59º | 0.39% | 0.52% | - |
| HSV(B) | 99.59º | 0.54% | 0.71% | - |
| XYZ | 25.09 | 36.98 | 14 | - |
| YUV | 149.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 83 | 0.36 | 0 | 0.54 | 0.29 | 99.59 | 0.39 | 0.52 |
| Hex | 74 | B4 | 53 | 24 | 0 | 36 | 1D | 64 | 27 | 34 |
| Octal | 164 | 264 | 123 | 44 | 0 | 66 | 35 | 144 | 47 | 64 |
| Binary | 1110100 | 10110100 | 1010011 | 100100 | 0 | 110110 | 11101 | 1100100 | 100111 | 110100 |
Color Harmonies of #74B453
Complementary color
Monochromatic Colors of #74B453
Black with #74B453
Text Example
Text Example
White with #74B453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B453; }
p { color: rgb(116,180,83); }
H1.HeaderClassName
{
color: #74B453;
}
.AnyTagClassName
{
color: #74B453;
}
</style>
background-color css
<style>
a { background-color: #74B453; }
a { background-color: rgb(116,180,83); }
div.DivClassName
{
background-color: #74B453;
}
.BgClassName
{
background-color: #74B453;
}
</style>
border-color css
<style>
span { border-color: #74B453; }
span { border-color: rgb(116,180,83); }
td.TdClassName
{
border-color: #74B453;
}
.TagClassName
{
border-color: #74B453;
}
</style>