Shades of Apple #73AC4B
Tints of Apple #73AC4B
RGB
CMYK
RGB Variations
Color information
#73AC4B (or 0x73AC4B) is known color: Apple. HEX triplet: 73, AC and 4B. RGB value is (115,172,75). Sum of RGB (Red+Green+Blue) = 115+172+75=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AC4B is #8C53B4. Grayscale: #909090. Windows color (decimal): -9196469 or 4959347. OLE color: 4959347.
HSL color Cylindrical-coordinate representation of color #73AC4B: hue angle of 95.26º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73AC4B is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 75 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.33 |
| HSL | 95.26º | 0.39% | 0.48% | - |
| HSV(B) | 95.26º | 0.56% | 0.67% | - |
| XYZ | 23.09 | 33.66 | 11.94 | - |
| YUV | 143.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 75 | 0.33 | 0 | 0.56 | 0.33 | 95.26 | 0.39 | 0.48 |
| Hex | 73 | AC | 4B | 21 | 0 | 38 | 21 | 5F | 27 | 30 |
| Octal | 163 | 254 | 113 | 41 | 0 | 70 | 41 | 137 | 47 | 60 |
| Binary | 1110011 | 10101100 | 1001011 | 100001 | 0 | 111000 | 100001 | 1011111 | 100111 | 110000 |
Color Harmonies of #73AC4B
Complementary color
Monochromatic Colors of #73AC4B
Black with #73AC4B
Text Example
Text Example
White with #73AC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC4B; }
p { color: rgb(115,172,75); }
H1.HeaderClassName
{
color: #73AC4B;
}
.AnyTagClassName
{
color: #73AC4B;
}
</style>
background-color css
<style>
a { background-color: #73AC4B; }
a { background-color: rgb(115,172,75); }
div.DivClassName
{
background-color: #73AC4B;
}
.BgClassName
{
background-color: #73AC4B;
}
</style>
border-color css
<style>
span { border-color: #73AC4B; }
span { border-color: rgb(115,172,75); }
td.TdClassName
{
border-color: #73AC4B;
}
.TagClassName
{
border-color: #73AC4B;
}
</style>