Shades of Apple #73AB4B
Tints of Apple #73AB4B
RGB
CMYK
RGB Variations
Color information
#73AB4B (or 0x73AB4B) is known color: Apple. HEX triplet: 73, AB and 4B. RGB value is (115,171,75). Sum of RGB (Red+Green+Blue) = 115+171+75=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AB4B is #8C54B4. Grayscale: #8F8F8F. Windows color (decimal): -9196725 or 4959091. OLE color: 4959091.
HSL color Cylindrical-coordinate representation of color #73AB4B: hue angle of 95º 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 #73AB4B is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 75 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.33 |
| HSL | 95º | 0.39% | 0.48% | - |
| HSV(B) | 95º | 0.56% | 0.67% | - |
| XYZ | 22.9 | 33.28 | 11.87 | - |
| YUV | 143.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 75 | 0.33 | 0 | 0.56 | 0.33 | 95 | 0.39 | 0.48 |
| Hex | 73 | AB | 4B | 21 | 0 | 38 | 21 | 5F | 27 | 30 |
| Octal | 163 | 253 | 113 | 41 | 0 | 70 | 41 | 137 | 47 | 60 |
| Binary | 1110011 | 10101011 | 1001011 | 100001 | 0 | 111000 | 100001 | 1011111 | 100111 | 110000 |
Color Harmonies of #73AB4B
Complementary color
Monochromatic Colors of #73AB4B
Black with #73AB4B
Text Example
Text Example
White with #73AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB4B; }
p { color: rgb(115,171,75); }
H1.HeaderClassName
{
color: #73AB4B;
}
.AnyTagClassName
{
color: #73AB4B;
}
</style>
background-color css
<style>
a { background-color: #73AB4B; }
a { background-color: rgb(115,171,75); }
div.DivClassName
{
background-color: #73AB4B;
}
.BgClassName
{
background-color: #73AB4B;
}
</style>
border-color css
<style>
span { border-color: #73AB4B; }
span { border-color: rgb(115,171,75); }
td.TdClassName
{
border-color: #73AB4B;
}
.TagClassName
{
border-color: #73AB4B;
}
</style>