#75B13F

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

Shades of Apple #75B13F

Tints of Apple #75B13F

Color information

#75B13F (or 0x75B13F) is unknown color: approx Apple. HEX triplet: 75, B1 and 3F. RGB value is (117,177,63). Sum of RGB (Red+Green+Blue) = 117+177+63=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #75B13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B13F is #8A4EC0. Grayscale: #929292. Windows color (decimal): -9064129 or 4174197. OLE color: 4174197.

HSL color Cylindrical-coordinate representation of color #75B13F: hue angle of 91.58º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75B13F is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB11717763-
CMYK0.3400.640.31
HSL91.58º47.5%47.06%-
HSV(B)91.58º64.41%69.41%-
XYZ23.9635.5910.31-
YUV146.0681.12107.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 177 (69.53% from 255) = 49.58%
BLUE value IS 63 (25% from 255) = 17.65%
R=32.77%
G=49.58%
B=17.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117177630.3400.640.3191.5847.547.06
Hex75B13F220401F5c302f
Octal16526177420100371346057
Binary11101011011000111111110001001000000111111011100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,177,63); }

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

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

 a { background-color: rgb(117,177,63); }

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

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

 span { border-color: rgb(117,177,63); }

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