#61A770

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

Shades of Fern #61A770

Tints of Fern #61A770

Color information

#61A770 (or 0x61A770) is unknown color: approx Fern. HEX triplet: 61, A7 and 70. RGB value is (97,167,112). Sum of RGB (Red+Green+Blue) = 97+167+112=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #61A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A770 is #9E588F. Grayscale: #8B8B8B. Windows color (decimal): -10377360 or 7382881. OLE color: 7382881.

HSL color Cylindrical-coordinate representation of color #61A770: hue angle of 132.86º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A770 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB97167112-
CMYK0.4200.330.35
HSL132.86º28.46%51.76%-
HSV(B)132.86º41.92%65.49%-
XYZ21.6731.3520.24-
YUV139.8112.3197.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 167 (65.62% from 255) = 44.41%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=25.80%
G=44.41%
B=29.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971671120.4200.330.35132.8628.4651.76
Hex61A7702A02123851c34
Octal14124716052041432053464
Binary110000110100111111000010101001000011000111000010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,167,112); }

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

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

 a { background-color: rgb(97,167,112); }

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

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

 span { border-color: rgb(97,167,112); }

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