Shades of Apple #75B051
Tints of Apple #75B051
RGB
CMYK
RGB Variations
Color information
#75B051 (or 0x75B051) is known color: Apple. HEX triplet: 75, B0 and 51. RGB value is (117,176,81). Sum of RGB (Red+Green+Blue) = 117+176+81=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #75B051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B051 is #8A4FAE. Grayscale: #939393. Windows color (decimal): -9064367 or 5353589. OLE color: 5353589.
HSL color Cylindrical-coordinate representation of color #75B051: hue angle of 97.26º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75B051 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 176 | 81 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.31 |
| HSL | 97.26º | 0.38% | 0.5% | - |
| HSV(B) | 97.26º | 0.54% | 0.69% | - |
| XYZ | 24.35 | 35.43 | 13.34 | - |
| YUV | 147.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 176 | 81 | 0.34 | 0 | 0.54 | 0.31 | 97.26 | 0.38 | 0.5 |
| Hex | 75 | B0 | 51 | 22 | 0 | 36 | 1F | 61 | 26 | 32 |
| Octal | 165 | 260 | 121 | 42 | 0 | 66 | 37 | 141 | 46 | 62 |
| Binary | 1110101 | 10110000 | 1010001 | 100010 | 0 | 110110 | 11111 | 1100001 | 100110 | 110010 |
Color Harmonies of #75B051
Complementary color
Monochromatic Colors of #75B051
Black with #75B051
Text Example
Text Example
White with #75B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B051; }
p { color: rgb(117,176,81); }
H1.HeaderClassName
{
color: #75B051;
}
.AnyTagClassName
{
color: #75B051;
}
</style>
background-color css
<style>
a { background-color: #75B051; }
a { background-color: rgb(117,176,81); }
div.DivClassName
{
background-color: #75B051;
}
.BgClassName
{
background-color: #75B051;
}
</style>
border-color css
<style>
span { border-color: #75B051; }
span { border-color: rgb(117,176,81); }
td.TdClassName
{
border-color: #75B051;
}
.TagClassName
{
border-color: #75B051;
}
</style>