#75B23A

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

Shades of Apple #75B23A

Tints of Apple #75B23A

Color information

#75B23A (or 0x75B23A) is unknown color: approx Apple. HEX triplet: 75, B2 and 3A. RGB value is (117,178,58). Sum of RGB (Red+Green+Blue) = 117+178+58=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #75B23A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B23A is #8A4DC5. Grayscale: #929292. Windows color (decimal): -9063878 or 3846773. OLE color: 3846773.

HSL color Cylindrical-coordinate representation of color #75B23A: hue angle of 90.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75B23A is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB11717858-
CMYK0.3400.670.30
HSL90.5º50.85%46.27%-
HSV(B)90.5º67.42%69.8%-
XYZ24.0235.939.67-
YUV146.0878.29107.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 178 (69.92% from 255) = 50.42%
BLUE value IS 58 (23.05% from 255) = 16.43%
R=33.14%
G=50.42%
B=16.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117178580.3400.670.3090.550.8546.27
Hex75B23A220431E5a332e
Octal16526272420103361326356
Binary11101011011001011101010001001000011111101011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,178,58); }

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

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

 a { background-color: rgb(117,178,58); }

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

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

 span { border-color: rgb(117,178,58); }

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