#61BC6A

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

Shades of Fern #61BC6A

Tints of Fern #61BC6A

Color information

#61BC6A (or 0x61BC6A) is unknown color: approx Fern. HEX triplet: 61, BC and 6A. RGB value is (97,188,106). Sum of RGB (Red+Green+Blue) = 97+188+106=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BC6A is #9E4395. Grayscale: #979797. Windows color (decimal): -10371990 or 6995041. OLE color: 6995041.

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

Color convert

RGB97188106-
CMYK0.4800.440.26
HSL125.93º40.44%55.88%-
HSV(B)125.93º48.4%73.73%-
XYZ25.5139.5519.92-
YUV151.44102.3589.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=24.81%
G=48.08%
B=27.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971881060.4800.440.26125.9340.4455.88
Hex61BC6A3002C1A7e2838
Octal14127415260054321765070
Binary11000011011110011010101100000101100110101111110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,188,106); }

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

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

 a { background-color: rgb(97,188,106); }

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

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

 span { border-color: rgb(97,188,106); }

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