#60B14B

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

Shades of Apple #60B14B

Tints of Apple #60B14B

Color information

#60B14B (or 0x60B14B) is unknown color: approx Apple. HEX triplet: 60, B1 and 4B. RGB value is (96,177,75). Sum of RGB (Red+Green+Blue) = 96+177+75=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #60B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B14B is #9F4EB4. Grayscale: #8D8D8D. Windows color (decimal): -10440373 or 4960608. OLE color: 4960608.

HSL color Cylindrical-coordinate representation of color #60B14B: hue angle of 107.65º 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 #60B14B is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB9617775-
CMYK0.4600.580.31
HSL107.65º40.48%49.41%-
HSV(B)107.65º57.63%69.41%-
XYZ21.8234.4412.15-
YUV141.1590.6695.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 177 (69.53% from 255) = 50.86%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=27.59%
G=50.86%
B=21.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96177750.4600.580.31107.6540.4849.41
Hex60B14B2E03A1F6c2831
Octal14026111356072371545061
Binary11000001011000110010111011100111010111111101100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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