#61BB7D

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

Shades of Emerald #61BB7D

Tints of Emerald #61BB7D

Color information

#61BB7D (or 0x61BB7D) is unknown color: approx Emerald. HEX triplet: 61, BB and 7D. RGB value is (97,187,125). Sum of RGB (Red+Green+Blue) = 97+187+125=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BB7D is #9E4482. Grayscale: #999999. Windows color (decimal): -10372227 or 8239969. OLE color: 8239969.

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

Color convert

RGB97187125-
CMYK0.4800.330.27
HSL138.67º39.82%55.69%-
HSV(B)138.67º48.13%73.33%-
XYZ26.439.5625.65-
YUV153.02112.1888.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 187 (73.44% from 255) = 45.72%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=23.72%
G=45.72%
B=30.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971871250.4800.330.27138.6739.8255.69
Hex61BB7D300211B8b2838
Octal14127317560041332135070
Binary110000110111011111110111000001000011101110001011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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