#61AB4C

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

Shades of Apple #61AB4C

Tints of Apple #61AB4C

Color information

#61AB4C (or 0x61AB4C) is unknown color: approx Apple. HEX triplet: 61, AB and 4C. RGB value is (97,171,76). Sum of RGB (Red+Green+Blue) = 97+171+76=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AB4C is #9E54B3. Grayscale: #8A8A8A. Windows color (decimal): -10376372 or 5024609. OLE color: 5024609.

HSL color Cylindrical-coordinate representation of color #61AB4C: hue angle of 106.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61AB4C is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB9717176-
CMYK0.4300.560.33
HSL106.74º38.46%48.43%-
HSV(B)106.74º55.56%67.06%-
XYZ20.832.1911.95-
YUV138.0492.9898.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 171 (67.19% from 255) = 49.71%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=28.20%
G=49.71%
B=22.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97171760.4300.560.33106.7438.4648.43
Hex61AB4C2B038216b2630
Octal14125311453070411534660
Binary110000110101011100110010101101110001000011101011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AB4C; }

 p { color: rgb(97,171,76); }

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

<style>
 a { background-color: #61AB4C; }

 a { background-color: rgb(97,171,76); }

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

<style>
 span { border-color: #61AB4C; }

 span { border-color: rgb(97,171,76); }

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