#61C67A

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

Shades of Emerald #61C67A

Tints of Emerald #61C67A

Color information

#61C67A (or 0x61C67A) is unknown color: approx Emerald. HEX triplet: 61, C6 and 7A. RGB value is (97,198,122). Sum of RGB (Red+Green+Blue) = 97+198+122=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #61C67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C67A is #9E3985. Grayscale: #9F9F9F. Windows color (decimal): -10369414 or 8046177. OLE color: 8046177.

HSL color Cylindrical-coordinate representation of color #61C67A: hue angle of 134.85º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C67A is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB97198122-
CMYK0.5100.380.22
HSL134.85º46.98%57.84%-
HSV(B)134.85º51.01%77.65%-
XYZ28.6444.3325.46-
YUV159.14107.0483.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=23.26%
G=47.48%
B=29.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971981220.5100.380.22134.8546.9857.84
Hex61C67A3302616872f3a
Octal14130617263046262075772
Binary110000111000110111101011001101001101011010000111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,198,122); }

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

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

 a { background-color: rgb(97,198,122); }

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

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

 span { border-color: rgb(97,198,122); }

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