#61A741

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

Shades of Apple #61A741

Tints of Apple #61A741

Color information

#61A741 (or 0x61A741) is unknown color: approx Apple. HEX triplet: 61, A7 and 41. RGB value is (97,167,65). Sum of RGB (Red+Green+Blue) = 97+167+65=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #61A741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A741 is #9E58BE. Grayscale: #868686. Windows color (decimal): -10377407 or 4302689. OLE color: 4302689.

HSL color Cylindrical-coordinate representation of color #61A741: hue angle of 101.18º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61A741 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB9716765-
CMYK0.4200.610.35
HSL101.18º43.97%45.49%-
HSV(B)101.18º61.08%65.49%-
XYZ19.730.569.86-
YUV134.4488.81101.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 167 (65.62% from 255) = 50.76%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=29.48%
G=50.76%
B=19.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97167650.4200.610.35101.1843.9745.49
Hex61A7412A03D23652c2d
Octal14124710152075431455455
Binary110000110100111100000110101001111011000111100101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,167,65); }

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

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

 a { background-color: rgb(97,167,65); }

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

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

 span { border-color: rgb(97,167,65); }

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