#75B849

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

Shades of Apple #75B849

Tints of Apple #75B849

Color information

#75B849 (or 0x75B849) is unknown color: approx Apple. HEX triplet: 75, B8 and 49. RGB value is (117,184,73). Sum of RGB (Red+Green+Blue) = 117+184+73=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #75B849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B849 is #8A47B6. Grayscale: #979797. Windows color (decimal): -9062327 or 4831349. OLE color: 4831349.

HSL color Cylindrical-coordinate representation of color #75B849: hue angle of 96.22º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75B849 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB11718473-
CMYK0.3600.600.28
HSL96.22º43.87%50.39%-
HSV(B)96.22º60.33%72.16%-
XYZ25.6838.5412.39-
YUV151.3183.8103.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 184 (72.27% from 255) = 49.20%
BLUE value IS 73 (28.91% from 255) = 19.52%
R=31.28%
G=49.20%
B=19.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117184730.3600.600.2896.2243.8750.39
Hex75B8492403C1C602c32
Octal16527011144074341405462
Binary11101011011100010010011001000111100111001100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,184,73); }

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

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

 a { background-color: rgb(117,184,73); }

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

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

 span { border-color: rgb(117,184,73); }

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