#61B04A

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

Shades of Apple #61B04A

Tints of Apple #61B04A

Color information

#61B04A (or 0x61B04A) is unknown color: approx Apple. HEX triplet: 61, B0 and 4A. RGB value is (97,176,74). Sum of RGB (Red+Green+Blue) = 97+176+74=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #61B04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61B04A is #9E4FB5. Grayscale: #8D8D8D. Windows color (decimal): -10375094 or 4894817. OLE color: 4894817.

HSL color Cylindrical-coordinate representation of color #61B04A: hue angle of 106.47º 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 #61B04A is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB9717674-
CMYK0.4500.580.31
HSL106.47º40.8%49.02%-
HSV(B)106.47º57.95%69.02%-
XYZ21.6934.0911.91-
YUV140.7590.3396.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 176 (69.14% from 255) = 50.72%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=27.95%
G=50.72%
B=21.33%

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
Decimal97176740.4500.580.31106.4740.849.02
Hex61B04A2D03A1F6a2931
Octal14126011255072371525161
Binary11000011011000010010101011010111010111111101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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