#75B648

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

Shades of Apple #75B648

Tints of Apple #75B648

Color information

#75B648 (or 0x75B648) is unknown color: approx Apple. HEX triplet: 75, B6 and 48. RGB value is (117,182,72). Sum of RGB (Red+Green+Blue) = 117+182+72=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #75B648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B648 is #8A49B7. Grayscale: #969696. Windows color (decimal): -9062840 or 4765301. OLE color: 4765301.

HSL color Cylindrical-coordinate representation of color #75B648: hue angle of 95.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75B648 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB11718272-
CMYK0.3600.600.29
HSL95.45º43.31%49.8%-
HSV(B)95.45º60.44%71.37%-
XYZ25.2337.7112.08-
YUV150.0283.97104.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=31.54%
G=49.06%
B=19.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117182720.3600.600.2995.4543.3149.8
Hex75B6482403C1D5f2b32
Octal16526611044074351375362
Binary11101011011011010010001001000111100111011011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,182,72); }

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

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

 a { background-color: rgb(117,182,72); }

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

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

 span { border-color: rgb(117,182,72); }

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