#61AF56

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

Shades of Apple #61AF56

Tints of Apple #61AF56

Color information

#61AF56 (or 0x61AF56) is unknown color: approx Apple. HEX triplet: 61, AF and 56. RGB value is (97,175,86). Sum of RGB (Red+Green+Blue) = 97+175+86=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF56 is #9E50A9. Grayscale: #8D8D8D. Windows color (decimal): -10375338 or 5680993. OLE color: 5680993.

HSL color Cylindrical-coordinate representation of color #61AF56: hue angle of 112.58º 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 #61AF56 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB9717586-
CMYK0.4500.510.31
HSL112.58º35.74%51.18%-
HSV(B)112.58º50.86%68.63%-
XYZ21.9433.8714.19-
YUV141.5396.6696.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=27.09%
G=48.88%
B=24.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97175860.4500.510.31112.5835.7451.18
Hex61AF562D0331F712433
Octal14125712655063371614463
Binary11000011010111110101101011010110011111111110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,175,86); }

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

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

 a { background-color: rgb(97,175,86); }

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

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

 span { border-color: rgb(97,175,86); }

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