#61A558

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

Shades of Apple #61A558

Tints of Apple #61A558

Color information

#61A558 (or 0x61A558) is unknown color: approx Apple. HEX triplet: 61, A5 and 58. RGB value is (97,165,88). Sum of RGB (Red+Green+Blue) = 97+165+88=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #61A558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A558 is #9E5AA7. Grayscale: #888888. Windows color (decimal): -10377896 or 5809505. OLE color: 5809505.

HSL color Cylindrical-coordinate representation of color #61A558: hue angle of 112.99º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61A558 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB9716588-
CMYK0.4100.470.35
HSL112.99º30.43%49.61%-
HSV(B)112.99º46.67%64.71%-
XYZ20.1530.1613.99-
YUV135.89100.97100.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 165 (64.84% from 255) = 47.14%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=27.71%
G=47.14%
B=25.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97165880.4100.470.35112.9930.4349.61
Hex61A5582902F23711e32
Octal14124513051057431613662
Binary11000011010010110110001010010101111100011111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,88); }

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

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

 a { background-color: rgb(97,165,88); }

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

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

 span { border-color: rgb(97,165,88); }

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