Html Css Color HEX #61B078 Fern

📋 copy color: '#61B078'

red 97 ◦ green 176 ◦ blue 120

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

Shades of Fern #61B078

Tints of Fern #61B078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.78%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 24.68%
G = 44.78%
B = 30.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#61B078 (or 0x61B078) is known color: Fern. HEX triplet: 61, B0 and 78. RGB value is (97,176,120). Sum of RGB (Red+Green+Blue) = 97+176+120=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #61B078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B078 is #9E4F87. Grayscale: #929292. Windows color (decimal): -10375048 or 7909473. OLE color: 7909473.

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

Color convert

RGB 97 176 120 -
CMYK 0.45 0 0.32 0.31
HSL 137.47º 0.33% 0.54% -
HSV(B) 137.47º 0.45% 0.69% -
XYZ 23.85 34.95 23.26 -
YUV 146 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 97 176 120 0.45 0 0.32 0.31 137.47 0.33 0.54
Hex 61 B0 78 2D 0 20 1F 89 21 36
Octal 141 260 170 55 0 40 37 211 41 66
Binary 1100001 10110000 1111000 101101 0 100000 11111 10001001 100001 110110

Color Harmonies of #61B078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B078

Black with #61B078

Text Example


Text Example

White with #61B078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,176,120); }

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

background-color css

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

 a { background-color: rgb(97,176,120); }

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

border-color css

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

 span { border-color: rgb(97,176,120); }

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