Shades of Apple #75B54C
Tints of Apple #75B54C
RGB
CMYK
RGB Variations
Color information
#75B54C (or 0x75B54C) is known color: Apple. HEX triplet: 75, B5 and 4C. RGB value is (117,181,76). Sum of RGB (Red+Green+Blue) = 117+181+76=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #75B54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B54C is #8A4AB3. Grayscale: #969696. Windows color (decimal): -9063092 or 5027189. OLE color: 5027189.
HSL color Cylindrical-coordinate representation of color #75B54C: hue angle of 96.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75B54C is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 181 | 76 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.29 |
| HSL | 96.57º | 0.42% | 0.5% | - |
| HSV(B) | 96.57º | 0.58% | 0.71% | - |
| XYZ | 25.16 | 37.35 | 12.72 | - |
| YUV | 149.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 181 | 76 | 0.35 | 0 | 0.58 | 0.29 | 96.57 | 0.42 | 0.5 |
| Hex | 75 | B5 | 4C | 23 | 0 | 3A | 1D | 61 | 2A | 32 |
| Octal | 165 | 265 | 114 | 43 | 0 | 72 | 35 | 141 | 52 | 62 |
| Binary | 1110101 | 10110101 | 1001100 | 100011 | 0 | 111010 | 11101 | 1100001 | 101010 | 110010 |
Color Harmonies of #75B54C
Complementary color
Monochromatic Colors of #75B54C
Black with #75B54C
Text Example
Text Example
White with #75B54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B54C; }
p { color: rgb(117,181,76); }
H1.HeaderClassName
{
color: #75B54C;
}
.AnyTagClassName
{
color: #75B54C;
}
</style>
background-color css
<style>
a { background-color: #75B54C; }
a { background-color: rgb(117,181,76); }
div.DivClassName
{
background-color: #75B54C;
}
.BgClassName
{
background-color: #75B54C;
}
</style>
border-color css
<style>
span { border-color: #75B54C; }
span { border-color: rgb(117,181,76); }
td.TdClassName
{
border-color: #75B54C;
}
.TagClassName
{
border-color: #75B54C;
}
</style>