#60B12F

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

Shades of Apple #60B12F

Tints of Apple #60B12F

Color information

#60B12F (or 0x60B12F) is unknown color: approx Apple. HEX triplet: 60, B1 and 2F. RGB value is (96,177,47). Sum of RGB (Red+Green+Blue) = 96+177+47=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #60B12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B12F is #9F4ED0. Grayscale: #8A8A8A. Windows color (decimal): -10440401 or 3125600. OLE color: 3125600.

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

Color convert

RGB9617747-
CMYK0.4600.730.31
HSL97.38º58.04%43.92%-
HSV(B)97.38º73.45%69.41%-
XYZ21.0634.148.17-
YUV137.9676.6698.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 177 (69.53% from 255) = 55.31%
BLUE value IS 47 (18.75% from 255) = 14.69%
R=30%
G=55.31%
B=14.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96177470.4600.730.3197.3858.0443.92
Hex60B12F2E0491F613a2c
Octal14026157560111371417254
Binary11000001011000110111110111001001001111111100001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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