#75B93D

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

Shades of Apple #75B93D

Tints of Apple #75B93D

Color information

#75B93D (or 0x75B93D) is unknown color: approx Apple. HEX triplet: 75, B9 and 3D. RGB value is (117,185,61). Sum of RGB (Red+Green+Blue) = 117+185+61=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #75B93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B93D is #8A46C2. Grayscale: #969696. Windows color (decimal): -9062083 or 4045173. OLE color: 4045173.

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

Color convert

RGB11718561-
CMYK0.3700.670.27
HSL92.9º50.41%48.24%-
HSV(B)92.9º67.03%72.55%-
XYZ25.5338.8210.56-
YUV150.5377.47104.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 185 (72.66% from 255) = 50.96%
BLUE value IS 61 (24.22% from 255) = 16.80%
R=32.23%
G=50.96%
B=16.80%

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
Decimal117185610.3700.670.2792.950.4148.24
Hex75B93D250431B5d3230
Octal16527175450103331356260
Binary11101011011100111110110010101000011110111011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,61); }

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

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

 a { background-color: rgb(117,185,61); }

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

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

 span { border-color: rgb(117,185,61); }

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