#75B846

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

Shades of Apple #75B846

Tints of Apple #75B846

Color information

#75B846 (or 0x75B846) is unknown color: approx Apple. HEX triplet: 75, B8 and 46. RGB value is (117,184,70). Sum of RGB (Red+Green+Blue) = 117+184+70=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #75B846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B846 is #8A47B9. Grayscale: #979797. Windows color (decimal): -9062330 or 4634741. OLE color: 4634741.

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

Color convert

RGB11718470-
CMYK0.3600.620.28
HSL95.26º44.88%49.8%-
HSV(B)95.26º61.96%72.16%-
XYZ25.5838.5111.88-
YUV150.9782.3103.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 184 (72.27% from 255) = 49.60%
BLUE value IS 70 (27.73% from 255) = 18.87%
R=31.54%
G=49.60%
B=18.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117184700.3600.620.2895.2644.8849.8
Hex75B8462403E1C5f2d32
Octal16527010644076341375562
Binary11101011011100010001101001000111110111001011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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