#61AF4A

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

Shades of Apple #61AF4A

Tints of Apple #61AF4A

Color information

#61AF4A (or 0x61AF4A) is unknown color: approx Apple. HEX triplet: 61, AF and 4A. RGB value is (97,175,74). Sum of RGB (Red+Green+Blue) = 97+175+74=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AF4A is #9E50B5. Grayscale: #8C8C8C. Windows color (decimal): -10375350 or 4894561. OLE color: 4894561.

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

Color convert

RGB9717574-
CMYK0.4500.580.31
HSL106.34º40.56%48.82%-
HSV(B)106.34º57.71%68.63%-
XYZ21.533.711.85-
YUV140.1690.6697.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=28.03%
G=50.58%
B=21.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97175740.4500.580.31106.3440.5648.82
Hex61AF4A2D03A1F6a2931
Octal14125711255072371525161
Binary11000011010111110010101011010111010111111101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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