#61C07F

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

Shades of Emerald #61C07F

Tints of Emerald #61C07F

Color information

#61C07F (or 0x61C07F) is unknown color: approx Emerald. HEX triplet: 61, C0 and 7F. RGB value is (97,192,127). Sum of RGB (Red+Green+Blue) = 97+192+127=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #61C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C07F is #9E3F80. Grayscale: #9C9C9C. Windows color (decimal): -10370945 or 8372321. OLE color: 8372321.

HSL color Cylindrical-coordinate representation of color #61C07F: hue angle of 138.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C07F is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB97192127-
CMYK0.4900.340.25
HSL138.95º42.99%56.67%-
HSV(B)138.95º49.48%75.29%-
XYZ27.6141.7726.69-
YUV156.18111.5385.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 192 (75.39% from 255) = 46.15%
BLUE value IS 127 (50% from 255) = 30.53%
R=23.32%
G=46.15%
B=30.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971921270.4900.340.25138.9542.9956.67
Hex61C07F31022198b2b39
Octal14130017761042312135371
Binary110000111000000111111111000101000101100110001011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,192,127); }

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

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

 a { background-color: rgb(97,192,127); }

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

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

 span { border-color: rgb(97,192,127); }

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