#75C63B

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

Shades of Apple #75C63B

Tints of Apple #75C63B

Color information

#75C63B (or 0x75C63B) is unknown color: approx Apple. HEX triplet: 75, C6 and 3B. RGB value is (117,198,59). Sum of RGB (Red+Green+Blue) = 117+198+59=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #75C63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C63B is #8A39C4. Grayscale: #9E9E9E. Windows color (decimal): -9058757 or 3917429. OLE color: 3917429.

HSL color Cylindrical-coordinate representation of color #75C63B: hue angle of 94.96º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75C63B is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB11719859-
CMYK0.4100.700.22
HSL94.96º54.94%50.39%-
HSV(B)94.96º70.2%77.65%-
XYZ28.3244.4911.23-
YUV157.9472.1698.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 198 (77.73% from 255) = 52.94%
BLUE value IS 59 (23.44% from 255) = 15.78%
R=31.28%
G=52.94%
B=15.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117198590.4100.700.2294.9654.9450.39
Hex75C63B29046165f3732
Octal16530673510106261376762
Binary11101011100011011101110100101000110101101011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,198,59); }

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

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

 a { background-color: rgb(117,198,59); }

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

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

 span { border-color: rgb(117,198,59); }

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