#60B152

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

Shades of Apple #60B152

Tints of Apple #60B152

Color information

#60B152 (or 0x60B152) is unknown color: approx Apple. HEX triplet: 60, B1 and 52. RGB value is (96,177,82). Sum of RGB (Red+Green+Blue) = 96+177+82=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #60B152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B152 is #9F4EAD. Grayscale: #8E8E8E. Windows color (decimal): -10440366 or 5419360. OLE color: 5419360.

HSL color Cylindrical-coordinate representation of color #60B152: hue angle of 111.16º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60B152 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB9617782-
CMYK0.4600.540.31
HSL111.16º37.85%50.78%-
HSV(B)111.16º53.67%69.41%-
XYZ22.0734.5413.49-
YUV141.9594.1695.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=27.04%
G=49.86%
B=23.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96177820.4600.540.31111.1637.8550.78
Hex60B1522E0361F6f2633
Octal14026112256066371574663
Binary11000001011000110100101011100110110111111101111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B152; }

 p { color: rgb(96,177,82); }

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

<style>
 a { background-color: #60B152; }

 a { background-color: rgb(96,177,82); }

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

<style>
 span { border-color: #60B152; }

 span { border-color: rgb(96,177,82); }

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