#62B056

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

Shades of Apple #62B056

Tints of Apple #62B056

Color information

#62B056 (or 0x62B056) is unknown color: approx Apple. HEX triplet: 62, B0 and 56. RGB value is (98,176,86). Sum of RGB (Red+Green+Blue) = 98+176+86=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #62B056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62B056 is #9D4FA9. Grayscale: #8E8E8E. Windows color (decimal): -10309546 or 5681250. OLE color: 5681250.

HSL color Cylindrical-coordinate representation of color #62B056: hue angle of 112º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62B056 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB9817686-
CMYK0.4400.510.31
HSL112º36.29%51.37%-
HSV(B)112º51.14%69.02%-
XYZ22.2434.3214.26-
YUV142.4296.1696.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 176 (69.14% from 255) = 48.89%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=27.22%
G=48.89%
B=23.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98176860.4400.510.3111236.2951.37
Hex62B0562C0331F702433
Octal14226012654063371604463
Binary11000101011000010101101011000110011111111110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62B056; }

 p { color: rgb(98,176,86); }

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

<style>
 a { background-color: #62B056; }

 a { background-color: rgb(98,176,86); }

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

<style>
 span { border-color: #62B056; }

 span { border-color: rgb(98,176,86); }

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