#75BA3E

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

Shades of Apple #75BA3E

Tints of Apple #75BA3E

Color information

#75BA3E (or 0x75BA3E) is unknown color: approx Apple. HEX triplet: 75, BA and 3E. RGB value is (117,186,62). Sum of RGB (Red+Green+Blue) = 117+186+62=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA3E is #8A45C1. Grayscale: #979797. Windows color (decimal): -9061826 or 4110965. OLE color: 4110965.

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

Color convert

RGB11718662-
CMYK0.3700.670.27
HSL93.39º50%48.63%-
HSV(B)93.39º66.67%72.94%-
XYZ25.7639.2510.78-
YUV151.2377.64103.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 186 (73.05% from 255) = 50.96%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=32.05%
G=50.96%
B=16.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117186620.3700.670.2793.395048.63
Hex75BA3E250431B5d3231
Octal16527276450103331356261
Binary11101011011101011111010010101000011110111011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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