#61AF4D

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

Shades of Apple #61AF4D

Tints of Apple #61AF4D

Color information

#61AF4D (or 0x61AF4D) is unknown color: approx Apple. HEX triplet: 61, AF and 4D. RGB value is (97,175,77). Sum of RGB (Red+Green+Blue) = 97+175+77=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF4D is #9E50B2. Grayscale: #8C8C8C. Windows color (decimal): -10375347 or 5091169. OLE color: 5091169.

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

Color convert

RGB9717577-
CMYK0.4500.560.31
HSL107.76º38.89%49.41%-
HSV(B)107.76º56%68.63%-
XYZ21.633.7412.39-
YUV140.5192.1696.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=27.79%
G=50.14%
B=22.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97175770.4500.560.31107.7638.8949.41
Hex61AF4D2D0381F6c2731
Octal14125711555070371544761
Binary11000011010111110011011011010111000111111101100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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