#75BA48

Color #75BA48 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #75BA48

Tints of Apple #75BA48

Color information

#75BA48 (or 0x75BA48) is unknown color: approx Apple. HEX triplet: 75, BA and 48. RGB value is (117,186,72). Sum of RGB (Red+Green+Blue) = 117+186+72=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA48 is #8A45B7. Grayscale: #989898. Windows color (decimal): -9061816 or 4766325. OLE color: 4766325.

HSL color Cylindrical-coordinate representation of color #75BA48: hue angle of 96.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75BA48 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB11718672-
CMYK0.3700.610.27
HSL96.32º45.24%50.59%-
HSV(B)96.32º61.29%72.94%-
XYZ26.0639.3712.36-
YUV152.3782.64102.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=31.2%
G=49.6%
B=19.2%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117186720.3700.610.2796.3245.2450.59
Hex75BA482503D1B602d33
Octal16527211045075331405563
Binary11101011011101010010001001010111101110111100000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BA48; }

 p { color: rgb(117,186,72); }

 H1.HeaderClassName
 {
   color: #75BA48;
 }
 .AnyTagClassName
 {
   color: #75BA48;
 }
</style>
background-color css

<style>
 a { background-color: #75BA48; }

 a { background-color: rgb(117,186,72); }

 div.DivClassName
 {
   background-color: #75BA48;
 }
 .BgClassName
 {
   background-color: #75BA48;
 }
</style>
border-color css

<style>
 span { border-color: #75BA48; }

 span { border-color: rgb(117,186,72); }

 td.TdClassName
 {
   border-color: #75BA48;
 }
 .TagClassName
 {
   border-color: #75BA48;
 }
</style>