#61B275

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

Shades of Fern #61B275

Tints of Fern #61B275

Color information

#61B275 (or 0x61B275) is unknown color: approx Fern. HEX triplet: 61, B2 and 75. RGB value is (97,178,117). Sum of RGB (Red+Green+Blue) = 97+178+117=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #61B275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B275 is #9E4D8A. Grayscale: #929292. Windows color (decimal): -10374539 or 7713377. OLE color: 7713377.

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

Color convert

RGB97178117-
CMYK0.4600.340.30
HSL134.81º34.47%53.92%-
HSV(B)134.81º45.51%69.8%-
XYZ24.0635.6722.45-
YUV146.83111.1692.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=24.74%
G=45.41%
B=29.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971781170.4600.340.30134.8134.4753.92
Hex61B2752E0221E872236
Octal14126216556042362074266
Binary110000110110010111010110111001000101111010000111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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