#61B94C

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

Shades of Apple #61B94C

Tints of Apple #61B94C

Color information

#61B94C (or 0x61B94C) is unknown color: approx Apple. HEX triplet: 61, B9 and 4C. RGB value is (97,185,76). Sum of RGB (Red+Green+Blue) = 97+185+76=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #61B94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B94C is #9E46B3. Grayscale: #929292. Windows color (decimal): -10372788 or 5028193. OLE color: 5028193.

HSL color Cylindrical-coordinate representation of color #61B94C: hue angle of 108.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61B94C is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB9718576-
CMYK0.4800.590.27
HSL108.44º43.78%51.18%-
HSV(B)108.44º58.92%72.55%-
XYZ23.5837.7612.88-
YUV146.2688.3592.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 185 (72.66% from 255) = 51.68%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=27.09%
G=51.68%
B=21.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97185760.4800.590.27108.4443.7851.18
Hex61B94C3003B1B6c2c33
Octal14127111460073331545463
Binary11000011011100110011001100000111011110111101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,185,76); }

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

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

 a { background-color: rgb(97,185,76); }

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

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

 span { border-color: rgb(97,185,76); }

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