#75B14B

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

Shades of Apple #75B14B

Tints of Apple #75B14B

Color information

#75B14B (or 0x75B14B) is unknown color: approx Apple. HEX triplet: 75, B1 and 4B. RGB value is (117,177,75). Sum of RGB (Red+Green+Blue) = 117+177+75=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #75B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B14B is #8A4EB4. Grayscale: #939393. Windows color (decimal): -9064117 or 4960629. OLE color: 4960629.

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

Color convert

RGB11717775-
CMYK0.3400.580.31
HSL95.29º40.48%49.41%-
HSV(B)95.29º57.63%69.41%-
XYZ24.3335.7312.27-
YUV147.4387.12106.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=31.71%
G=47.97%
B=20.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117177750.3400.580.3195.2940.4849.41
Hex75B14B2203A1F5f2831
Octal16526111342072371375061
Binary11101011011000110010111000100111010111111011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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