#75B741

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

Shades of Apple #75B741

Tints of Apple #75B741

Color information

#75B741 (or 0x75B741) is unknown color: approx Apple. HEX triplet: 75, B7 and 41. RGB value is (117,183,65). Sum of RGB (Red+Green+Blue) = 117+183+65=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #75B741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B741 is #8A48BE. Grayscale: #969696. Windows color (decimal): -9062591 or 4306805. OLE color: 4306805.

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

Color convert

RGB11718365-
CMYK0.3600.640.28
HSL93.56º47.58%48.63%-
HSV(B)93.56º64.48%71.76%-
XYZ25.2238.0311.01-
YUV149.8180.13104.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 183 (71.88% from 255) = 50.14%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=32.05%
G=50.14%
B=17.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183650.3600.640.2893.5647.5848.63
Hex75B741240401C5e3031
Octal165267101440100341366061
Binary111010110110111100000110010001000000111001011110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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