#75B244

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

Shades of Apple #75B244

Tints of Apple #75B244

Color information

#75B244 (or 0x75B244) is unknown color: approx Apple. HEX triplet: 75, B2 and 44. RGB value is (117,178,68). Sum of RGB (Red+Green+Blue) = 117+178+68=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #75B244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B244 is #8A4DBB. Grayscale: #939393. Windows color (decimal): -9063868 or 4502133. OLE color: 4502133.

HSL color Cylindrical-coordinate representation of color #75B244: hue angle of 93.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75B244 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB11717868-
CMYK0.3400.620.30
HSL93.27º44.72%48.24%-
HSV(B)93.27º61.8%69.8%-
XYZ24.336.0411.14-
YUV147.2283.29106.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 178 (69.92% from 255) = 49.04%
BLUE value IS 68 (26.95% from 255) = 18.73%
R=32.23%
G=49.04%
B=18.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117178680.3400.620.3093.2744.7248.24
Hex75B2442203E1E5d2d30
Octal16526210442076361355560
Binary11101011011001010001001000100111110111101011101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,178,68); }

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

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

 a { background-color: rgb(117,178,68); }

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

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

 span { border-color: rgb(117,178,68); }

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