Html Css Color HEX #77B474 Fern

📋 copy color: '#77B474'

red 119 ◦ green 180 ◦ blue 116

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

Shades of Fern #77B474

Tints of Fern #77B474

RGB

 RED value IS 119 (46.88% from 255) = 28.67%

 GREEN value IS 180 (70.7% from 255) = 43.37%

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 28.67%
G = 43.37%
B = 27.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#77B474 (or 0x77B474) is known color: Fern. HEX triplet: 77, B4 and 74. RGB value is (119,180,116). Sum of RGB (Red+Green+Blue) = 119+180+116=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #77B474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B474 is #884B8B. Grayscale: #9A9A9A. Windows color (decimal): -8932236 or 7648375. OLE color: 7648375.

HSL color Cylindrical-coordinate representation of color #77B474: hue angle of 117.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B474 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 180 116 -
CMYK 0.34 0 0.36 0.29
HSL 117.19º 0.3% 0.58% -
HSV(B) 117.19º 0.36% 0.71% -
XYZ 27.08 37.83 22.4 -
YUV 154.47 106.29 102.7 -
System Red Green Blue C M Y K H S L
Decimal 119 180 116 0.34 0 0.36 0.29 117.19 0.3 0.58
Hex 77 B4 74 22 0 24 1D 75 1E 3A
Octal 167 264 164 42 0 44 35 165 36 72
Binary 1110111 10110100 1110100 100010 0 100100 11101 1110101 11110 111010

Color Harmonies of #77B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B474

Black with #77B474

Text Example


Text Example

White with #77B474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B474; }

 p { color: rgb(119,180,116); }

 H1.HeaderClassName
 {
   color: #77B474;
 }
 .AnyTagClassName
 {
   color: #77B474;
 }
</style>

background-color css

<style>
 a { background-color: #77B474; }

 a { background-color: rgb(119,180,116); }

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

border-color css

<style>
 span { border-color: #77B474; }

 span { border-color: rgb(119,180,116); }

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