#60B032

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

Shades of Apple #60B032

Tints of Apple #60B032

Color information

#60B032 (or 0x60B032) is unknown color: approx Apple. HEX triplet: 60, B0 and 32. RGB value is (96,176,50). Sum of RGB (Red+Green+Blue) = 96+176+50=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #60B032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B032 is #9F4FCD. Grayscale: #8A8A8A. Windows color (decimal): -10440654 or 3321952. OLE color: 3321952.

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

Color convert

RGB9617650-
CMYK0.4500.720.31
HSL98.1º55.75%44.31%-
HSV(B)98.1º71.59%69.02%-
XYZ20.9233.778.43-
YUV137.7278.598.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 176 (69.14% from 255) = 54.66%
BLUE value IS 50 (19.92% from 255) = 15.53%
R=29.81%
G=54.66%
B=15.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96176500.4500.720.3198.155.7544.31
Hex60B0322D0481F62382c
Octal14026062550110371427054
Binary11000001011000011001010110101001000111111100010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,176,50); }

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

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

 a { background-color: rgb(96,176,50); }

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

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

 span { border-color: rgb(96,176,50); }

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