#61B152

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

Shades of Apple #61B152

Tints of Apple #61B152

Color information

#61B152 (or 0x61B152) is unknown color: approx Apple. HEX triplet: 61, B1 and 52. RGB value is (97,177,82). Sum of RGB (Red+Green+Blue) = 97+177+82=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #61B152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B152 is #9E4EAD. Grayscale: #8E8E8E. Windows color (decimal): -10374830 or 5419361. OLE color: 5419361.

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

Color convert

RGB9717782-
CMYK0.4500.540.31
HSL110.53º37.85%50.78%-
HSV(B)110.53º53.67%69.41%-
XYZ22.1734.5913.49-
YUV142.259495.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 177 (69.53% from 255) = 49.72%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=27.25%
G=49.72%
B=23.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97177820.4500.540.31110.5337.8550.78
Hex61B1522D0361F6f2633
Octal14126112255066371574663
Binary11000011011000110100101011010110110111111101111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,177,82); }

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

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

 a { background-color: rgb(97,177,82); }

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

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

 span { border-color: rgb(97,177,82); }

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