#61B04D

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

Shades of Apple #61B04D

Tints of Apple #61B04D

Color information

#61B04D (or 0x61B04D) is unknown color: approx Apple. HEX triplet: 61, B0 and 4D. RGB value is (97,176,77). Sum of RGB (Red+Green+Blue) = 97+176+77=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #61B04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B04D is #9E4FB2. Grayscale: #8D8D8D. Windows color (decimal): -10375091 or 5091425. OLE color: 5091425.

HSL color Cylindrical-coordinate representation of color #61B04D: hue angle of 107.88º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61B04D is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB9717677-
CMYK0.4500.560.31
HSL107.88º39.13%49.61%-
HSV(B)107.88º56.25%69.02%-
XYZ21.7934.1312.46-
YUV141.0991.8396.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 77 (30.47% from 255) = 22%
R=27.71%
G=50.29%
B=22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97176770.4500.560.31107.8839.1349.61
Hex61B04D2D0381F6c2732
Octal14126011555070371544762
Binary11000011011000010011011011010111000111111101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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