#61B748

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

Shades of Apple #61B748

Tints of Apple #61B748

Color information

#61B748 (or 0x61B748) is unknown color: approx Apple. HEX triplet: 61, B7 and 48. RGB value is (97,183,72). Sum of RGB (Red+Green+Blue) = 97+183+72=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #61B748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B748 is #9E48B7. Grayscale: #909090. Windows color (decimal): -10373304 or 4765537. OLE color: 4765537.

HSL color Cylindrical-coordinate representation of color #61B748: hue angle of 106.49º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61B748 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB9718372-
CMYK0.4700.610.28
HSL106.49º43.53%50%-
HSV(B)106.49º60.66%71.76%-
XYZ23.0336.8812.03-
YUV144.6387.0194.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 183 (71.88% from 255) = 51.99%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=27.56%
G=51.99%
B=20.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97183720.4700.610.28106.4943.5350
Hex61B7482F03D1C6a2c32
Octal14126711057075341525462
Binary11000011011011110010001011110111101111001101010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,183,72); }

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

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

 a { background-color: rgb(97,183,72); }

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

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

 span { border-color: rgb(97,183,72); }

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