#75B73D

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

Shades of Apple #75B73D

Tints of Apple #75B73D

Color information

#75B73D (or 0x75B73D) is unknown color: approx Apple. HEX triplet: 75, B7 and 3D. RGB value is (117,183,61). Sum of RGB (Red+Green+Blue) = 117+183+61=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #75B73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B73D is #8A48C2. Grayscale: #959595. Windows color (decimal): -9062595 or 4044661. OLE color: 4044661.

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

Color convert

RGB11718361-
CMYK0.3600.670.28
HSL92.46º50%47.84%-
HSV(B)92.46º66.67%71.76%-
XYZ25.1137.9910.42-
YUV149.3678.13104.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 183 (71.88% from 255) = 50.69%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=32.41%
G=50.69%
B=16.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183610.3600.670.2892.465047.84
Hex75B73D240431C5c3230
Octal16526775440103341346260
Binary11101011011011111110110010001000011111001011100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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