Html Css Color HEX #77C070 Fern

📋 copy color: '#77C070'

red 119 ◦ green 192 ◦ blue 112

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

Shades of Fern #77C070

Tints of Fern #77C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

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

R = 28.13%
G = 45.39%
B = 26.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#77C070 (or 0x77C070) is known color: Fern. HEX triplet: 77, C0 and 70. RGB value is (119,192,112). Sum of RGB (Red+Green+Blue) = 119+192+112=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #77C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C070 is #883F8F. Grayscale: #A1A1A1. Windows color (decimal): -8929168 or 7389303. OLE color: 7389303.

HSL color Cylindrical-coordinate representation of color #77C070: hue angle of 114.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77C070 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 112 -
CMYK 0.38 0 0.42 0.25
HSL 114.75º 0.39% 0.6% -
HSV(B) 114.75º 0.42% 0.75% -
XYZ 29.38 42.79 22.04 -
YUV 161.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 119 192 112 0.38 0 0.42 0.25 114.75 0.39 0.6
Hex 77 C0 70 26 0 2A 19 73 27 3C
Octal 167 300 160 46 0 52 31 163 47 74
Binary 1110111 11000000 1110000 100110 0 101010 11001 1110011 100111 111100

Color Harmonies of #77C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C070

Black with #77C070

Text Example


Text Example

White with #77C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,112); }

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

background-color css

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

 a { background-color: rgb(119,192,112); }

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

border-color css

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

 span { border-color: rgb(119,192,112); }

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