#61B97D

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

Shades of Emerald #61B97D

Tints of Emerald #61B97D

Color information

#61B97D (or 0x61B97D) is unknown color: approx Emerald. HEX triplet: 61, B9 and 7D. RGB value is (97,185,125). Sum of RGB (Red+Green+Blue) = 97+185+125=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #61B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B97D is #9E4682. Grayscale: #989898. Windows color (decimal): -10372739 or 8239457. OLE color: 8239457.

HSL color Cylindrical-coordinate representation of color #61B97D: hue angle of 139.09º 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 #61B97D is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB97185125-
CMYK0.4800.320.27
HSL139.09º38.6%55.29%-
HSV(B)139.09º47.57%72.55%-
XYZ25.9838.7225.51-
YUV151.85112.8588.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 185 (72.66% from 255) = 45.45%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=23.83%
G=45.45%
B=30.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971851250.4800.320.27139.0938.655.29
Hex61B97D300201B8b2737
Octal14127117560040332134767
Binary110000110111001111110111000001000001101110001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,185,125); }

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

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

 a { background-color: rgb(97,185,125); }

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

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

 span { border-color: rgb(97,185,125); }

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