#75B74E

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

Shades of Apple #75B74E

Tints of Apple #75B74E

Color information

#75B74E (or 0x75B74E) is unknown color: approx Apple. HEX triplet: 75, B7 and 4E. RGB value is (117,183,78). Sum of RGB (Red+Green+Blue) = 117+183+78=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #75B74E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B74E is #8A48B1. Grayscale: #979797. Windows color (decimal): -9062578 or 5158773. OLE color: 5158773.

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

Color convert

RGB11718378-
CMYK0.3600.570.28
HSL97.71º42.17%51.18%-
HSV(B)97.71º57.38%71.76%-
XYZ25.6438.213.23-
YUV151.386.63103.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=30.95%
G=48.41%
B=20.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183780.3600.570.2897.7142.1751.18
Hex75B74E240391C622a33
Octal16526711644071341425263
Binary11101011011011110011101001000111001111001100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,78); }

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

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

 a { background-color: rgb(117,183,78); }

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

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

 span { border-color: rgb(117,183,78); }

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