#60B141

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

Shades of Apple #60B141

Tints of Apple #60B141

Color information

#60B141 (or 0x60B141) is unknown color: approx Apple. HEX triplet: 60, B1 and 41. RGB value is (96,177,65). Sum of RGB (Red+Green+Blue) = 96+177+65=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #60B141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B141 is #9F4EBE. Grayscale: #8C8C8C. Windows color (decimal): -10440383 or 4305248. OLE color: 4305248.

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

Color convert

RGB9617765-
CMYK0.4600.630.31
HSL103.39º46.28%47.45%-
HSV(B)103.39º63.28%69.41%-
XYZ21.534.3110.49-
YUV140.0185.6696.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 177 (69.53% from 255) = 52.37%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=28.40%
G=52.37%
B=19.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96177650.4600.630.31103.3946.2847.45
Hex60B1412E03F1F672e2f
Octal14026110156077371475657
Binary11000001011000110000011011100111111111111100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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