Shades of Apple #75BB46
Tints of Apple #75BB46
RGB
CMYK
RGB Variations
Color information
#75BB46 (or 0x75BB46) is known color: Apple. HEX triplet: 75, BB and 46. RGB value is (117,187,70). Sum of RGB (Red+Green+Blue) = 117+187+70=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB46 is #8A44B9. Grayscale: #999999. Windows color (decimal): -9061562 or 4635509. OLE color: 4635509.
HSL color Cylindrical-coordinate representation of color #75BB46: hue angle of 95.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75BB46 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 70 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.27 |
| HSL | 95.9º | 0.46% | 0.5% | - |
| HSV(B) | 95.9º | 0.63% | 0.73% | - |
| XYZ | 26.21 | 39.76 | 12.09 | - |
| YUV | 152.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 70 | 0.37 | 0 | 0.63 | 0.27 | 95.9 | 0.46 | 0.5 |
| Hex | 75 | BB | 46 | 25 | 0 | 3F | 1B | 60 | 2E | 32 |
| Octal | 165 | 273 | 106 | 45 | 0 | 77 | 33 | 140 | 56 | 62 |
| Binary | 1110101 | 10111011 | 1000110 | 100101 | 0 | 111111 | 11011 | 1100000 | 101110 | 110010 |
Color Harmonies of #75BB46
Complementary color
Monochromatic Colors of #75BB46
Black with #75BB46
Text Example
Text Example
White with #75BB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BB46; }
p { color: rgb(117,187,70); }
H1.HeaderClassName
{
color: #75BB46;
}
.AnyTagClassName
{
color: #75BB46;
}
</style>
background-color css
<style>
a { background-color: #75BB46; }
a { background-color: rgb(117,187,70); }
div.DivClassName
{
background-color: #75BB46;
}
.BgClassName
{
background-color: #75BB46;
}
</style>
border-color css
<style>
span { border-color: #75BB46; }
span { border-color: rgb(117,187,70); }
td.TdClassName
{
border-color: #75BB46;
}
.TagClassName
{
border-color: #75BB46;
}
</style>