#61A14E

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

Shades of Apple #61A14E

Tints of Apple #61A14E

Color information

#61A14E (or 0x61A14E) is unknown color: approx Apple. HEX triplet: 61, A1 and 4E. RGB value is (97,161,78). Sum of RGB (Red+Green+Blue) = 97+161+78=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #61A14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A14E is #9E5EB1. Grayscale: #848484. Windows color (decimal): -10378930 or 5153121. OLE color: 5153121.

HSL color Cylindrical-coordinate representation of color #61A14E: hue angle of 106.27º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61A14E is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB9716178-
CMYK0.4000.520.37
HSL106.27º34.73%46.86%-
HSV(B)106.27º51.55%63.14%-
XYZ19.0528.5811.72-
YUV132.497.3102.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 161 (63.28% from 255) = 47.92%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=28.87%
G=47.92%
B=23.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97161780.4000.520.37106.2734.7346.86
Hex61A14E28034256a232f
Octal14124111650064451524357
Binary110000110100001100111010100001101001001011101010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,161,78); }

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

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

 a { background-color: rgb(97,161,78); }

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

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

 span { border-color: rgb(97,161,78); }

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