Html Css Color HEX #61B770 Fern

📋 copy color: '#61B770'

red 97 ◦ green 183 ◦ blue 112

#61B770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #61B770

Tints of Fern #61B770

RGB

 RED value IS 97 (38.28% from 255) = 24.74%

 GREEN value IS 183 (71.88% from 255) = 46.68%

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 24.74%
G = 46.68%
B = 28.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#61B770 (or 0x61B770) is known color: Fern. HEX triplet: 61, B7 and 70. RGB value is (97,183,112). Sum of RGB (Red+Green+Blue) = 97+183+112=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #61B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B770 is #9E488F. Grayscale: #959595. Windows color (decimal): -10373264 or 7386977. OLE color: 7386977.

HSL color Cylindrical-coordinate representation of color #61B770: hue angle of 130.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B770 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 183 112 -
CMYK 0.47 0 0.39 0.28
HSL 130.47º 0.37% 0.55% -
HSV(B) 130.47º 0.47% 0.72% -
XYZ 24.79 37.58 21.28 -
YUV 149.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 97 183 112 0.47 0 0.39 0.28 130.47 0.37 0.55
Hex 61 B7 70 2F 0 27 1C 82 25 37
Octal 141 267 160 57 0 47 34 202 45 67
Binary 1100001 10110111 1110000 101111 0 100111 11100 10000010 100101 110111

Color Harmonies of #61B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B770

Black with #61B770

Text Example


Text Example

White with #61B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61B770;
 }
 .AnyTagClassName
 {
   color: #61B770;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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