#61B05D

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

Shades of Fern #61B05D

Tints of Fern #61B05D

Color information

#61B05D (or 0x61B05D) is unknown color: approx Fern. HEX triplet: 61, B0 and 5D. RGB value is (97,176,93). Sum of RGB (Red+Green+Blue) = 97+176+93=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #61B05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B05D is #9E4FA2. Grayscale: #8F8F8F. Windows color (decimal): -10375075 or 6140001. OLE color: 6140001.

HSL color Cylindrical-coordinate representation of color #61B05D: hue angle of 117.11º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B05D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB9717693-
CMYK0.4500.470.31
HSL117.11º34.44%52.75%-
HSV(B)117.11º47.16%69.02%-
XYZ22.4334.3815.81-
YUV142.9299.8395.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 176 (69.14% from 255) = 48.09%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=26.50%
G=48.09%
B=25.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97176930.4500.470.31117.1134.4452.75
Hex61B05D2D02F1F752235
Octal14126013555057371654265
Binary11000011011000010111011011010101111111111110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,176,93); }

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

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

 a { background-color: rgb(97,176,93); }

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

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

 span { border-color: rgb(97,176,93); }

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