Html Css Color HEX #76AE74 Fern

📋 copy color: '#76AE74'

red 118 ◦ green 174 ◦ blue 116

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

Shades of Fern #76AE74

Tints of Fern #76AE74

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.65%

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

R = 28.92%
G = 42.65%
B = 28.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#76AE74 (or 0x76AE74) is known color: Fern. HEX triplet: 76, AE and 74. RGB value is (118,174,116). Sum of RGB (Red+Green+Blue) = 118+174+116=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AE74 is #89518B. Grayscale: #969696. Windows color (decimal): -8999308 or 7646838. OLE color: 7646838.

HSL color Cylindrical-coordinate representation of color #76AE74: hue angle of 117.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76AE74 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 174 116 -
CMYK 0.32 0 0.33 0.32
HSL 117.93º 0.26% 0.57% -
HSV(B) 117.93º 0.33% 0.68% -
XYZ 25.76 35.38 22 -
YUV 150.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 118 174 116 0.32 0 0.33 0.32 117.93 0.26 0.57
Hex 76 AE 74 20 0 21 20 76 1A 39
Octal 166 256 164 40 0 41 40 166 32 71
Binary 1110110 10101110 1110100 100000 0 100001 100000 1110110 11010 111001

Color Harmonies of #76AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE74

Black with #76AE74

Text Example


Text Example

White with #76AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,174,116); }

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

background-color css

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

 a { background-color: rgb(118,174,116); }

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

border-color css

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

 span { border-color: rgb(118,174,116); }

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