#61B375

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

Shades of Fern #61B375

Tints of Fern #61B375

Color information

#61B375 (or 0x61B375) is unknown color: approx Fern. HEX triplet: 61, B3 and 75. RGB value is (97,179,117). Sum of RGB (Red+Green+Blue) = 97+179+117=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #61B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B375 is #9E4C8A. Grayscale: #939393. Windows color (decimal): -10374283 or 7713633. OLE color: 7713633.

HSL color Cylindrical-coordinate representation of color #61B375: hue angle of 134.63º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B375 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB97179117-
CMYK0.4600.350.30
HSL134.63º35.04%54.12%-
HSV(B)134.63º45.81%70.2%-
XYZ24.2636.0722.51-
YUV147.41110.8392.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 179 (70.31% from 255) = 45.55%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=24.68%
G=45.55%
B=29.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971791170.4600.350.30134.6335.0454.12
Hex61B3752E0231E872336
Octal14126316556043362074366
Binary110000110110011111010110111001000111111010000111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,179,117); }

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

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

 a { background-color: rgb(97,179,117); }

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

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

 span { border-color: rgb(97,179,117); }

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