#61AF4F

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

Shades of Apple #61AF4F

Tints of Apple #61AF4F

Color information

#61AF4F (or 0x61AF4F) is unknown color: approx Apple. HEX triplet: 61, AF and 4F. RGB value is (97,175,79). Sum of RGB (Red+Green+Blue) = 97+175+79=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF4F is #9E50B0. Grayscale: #8D8D8D. Windows color (decimal): -10375345 or 5222241. OLE color: 5222241.

HSL color Cylindrical-coordinate representation of color #61AF4F: hue angle of 108.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61AF4F is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB9717579-
CMYK0.4500.550.31
HSL108.75º37.8%49.8%-
HSV(B)108.75º54.86%68.63%-
XYZ21.6733.7712.77-
YUV140.7393.1696.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=27.64%
G=49.86%
B=22.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97175790.4500.550.31108.7537.849.8
Hex61AF4F2D0371F6d2632
Octal14125711755067371554662
Binary11000011010111110011111011010110111111111101101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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