Html Css Color HEX #76B47C Fern

📋 copy color: '#76B47C'

red 118 ◦ green 180 ◦ blue 124

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

Shades of Fern #76B47C

Tints of Fern #76B47C

RGB

 RED value IS 118 (46.48% from 255) = 27.96%

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

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 27.96%
G = 42.65%
B = 29.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#76B47C (or 0x76B47C) is known color: Fern. HEX triplet: 76, B4 and 7C. RGB value is (118,180,124). Sum of RGB (Red+Green+Blue) = 118+180+124=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #76B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B47C is #894B83. Grayscale: #9B9B9B. Windows color (decimal): -8997764 or 8172662. OLE color: 8172662.

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

Color convert

RGB 118 180 124 -
CMYK 0.34 0 0.31 0.29
HSL 125.81º 0.29% 0.58% -
HSV(B) 125.81º 0.34% 0.71% -
XYZ 27.43 37.95 24.95 -
YUV 155.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 118 180 124 0.34 0 0.31 0.29 125.81 0.29 0.58
Hex 76 B4 7C 22 0 1F 1D 7E 1D 3A
Octal 166 264 174 42 0 37 35 176 35 72
Binary 1110110 10110100 1111100 100010 0 11111 11101 1111110 11101 111010

Color Harmonies of #76B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B47C

Black with #76B47C

Text Example


Text Example

White with #76B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B47C; }

 p { color: rgb(118,180,124); }

 H1.HeaderClassName
 {
   color: #76B47C;
 }
 .AnyTagClassName
 {
   color: #76B47C;
 }
</style>

background-color css

<style>
 a { background-color: #76B47C; }

 a { background-color: rgb(118,180,124); }

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

border-color css

<style>
 span { border-color: #76B47C; }

 span { border-color: rgb(118,180,124); }

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