#61BA82

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

Shades of Silver Tree #61BA82

Tints of Silver Tree #61BA82

Color information

#61BA82 (or 0x61BA82) is unknown color: approx Silver Tree. HEX triplet: 61, BA and 82. RGB value is (97,186,130). Sum of RGB (Red+Green+Blue) = 97+186+130=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA82 is #9E457D. Grayscale: #999999. Windows color (decimal): -10372478 or 8567393. OLE color: 8567393.

HSL color Cylindrical-coordinate representation of color #61BA82: hue angle of 142.25º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA82 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB97186130-
CMYK0.4800.300.27
HSL142.25º39.21%55.49%-
HSV(B)142.25º47.85%72.94%-
XYZ26.5239.2727.3-
YUV153115.0188.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.49%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=23.49%
G=45.04%
B=31.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861300.4800.300.27142.2539.2155.49
Hex61BA823001E1B8e2737
Octal14127220260036332164767
Binary110000110111010100000101100000111101101110001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,130); }

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

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

 a { background-color: rgb(97,186,130); }

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

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

 span { border-color: rgb(97,186,130); }

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