#61B164

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

Shades of Fern #61B164

Tints of Fern #61B164

Color information

#61B164 (or 0x61B164) is unknown color: approx Fern. HEX triplet: 61, B1 and 64. RGB value is (97,177,100). Sum of RGB (Red+Green+Blue) = 97+177+100=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #61B164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B164 is #9E4E9B. Grayscale: #909090. Windows color (decimal): -10374812 or 6599009. OLE color: 6599009.

HSL color Cylindrical-coordinate representation of color #61B164: hue angle of 122.25º degrees, saturation: 0.34, 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 #61B164 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB97177100-
CMYK0.4500.440.31
HSL122.25º33.9%53.73%-
HSV(B)122.25º45.2%69.41%-
XYZ22.9534.9117.58-
YUV144.310394.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=25.94%
G=47.33%
B=26.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971771000.4500.440.31122.2533.953.73
Hex61B1642D02C1F7a2236
Octal14126114455054371724266
Binary11000011011000111001001011010101100111111111010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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