#61B064

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

Shades of Fern #61B064

Tints of Fern #61B064

Color information

#61B064 (or 0x61B064) is unknown color: approx Fern. HEX triplet: 61, B0 and 64. RGB value is (97,176,100). Sum of RGB (Red+Green+Blue) = 97+176+100=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #61B064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B064 is #9E4F9B. Grayscale: #8F8F8F. Windows color (decimal): -10375068 or 6598753. OLE color: 6598753.

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

Color convert

RGB97176100-
CMYK0.4500.430.31
HSL122.28º33.33%53.53%-
HSV(B)122.28º44.89%69.02%-
XYZ22.7634.5117.52-
YUV143.72103.3394.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 176 (69.14% from 255) = 47.18%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=26.01%
G=47.18%
B=26.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971761000.4500.430.31122.2833.3353.53
Hex61B0642D02B1F7a2136
Octal14126014455053371724166
Binary11000011011000011001001011010101011111111111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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