#61BD6C

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

Shades of Fern #61BD6C

Tints of Fern #61BD6C

Color information

#61BD6C (or 0x61BD6C) is unknown color: approx Fern. HEX triplet: 61, BD and 6C. RGB value is (97,189,108). Sum of RGB (Red+Green+Blue) = 97+189+108=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD6C is #9E4293. Grayscale: #989898. Windows color (decimal): -10371732 or 7126369. OLE color: 7126369.

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

Color convert

RGB97189108-
CMYK0.4900.430.26
HSL127.17º41.07%56.08%-
HSV(B)127.17º48.68%74.12%-
XYZ25.8340.0220.55-
YUV152.26103.0288.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 189 (74.22% from 255) = 47.97%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=24.62%
G=47.97%
B=27.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971891080.4900.430.26127.1741.0756.08
Hex61BD6C3102B1A7f2938
Octal14127515461053321775170
Binary11000011011110111011001100010101011110101111111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,189,108); }

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

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

 a { background-color: rgb(97,189,108); }

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

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

 span { border-color: rgb(97,189,108); }

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