Html Css Color HEX #74AC76 Fern

📋 copy color: '#74AC76'

red 116 ◦ green 172 ◦ blue 118

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

Shades of Fern #74AC76

Tints of Fern #74AC76

RGB

 RED value IS 116 (45.7% from 255) = 28.57%

 GREEN value IS 172 (67.58% from 255) = 42.36%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 28.57%
G = 42.36%
B = 29.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#74AC76 (or 0x74AC76) is known color: Fern. HEX triplet: 74, AC and 76. RGB value is (116,172,118). Sum of RGB (Red+Green+Blue) = 116+172+118=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC76 is #8B5389. Grayscale: #959595. Windows color (decimal): -9130890 or 7777396. OLE color: 7777396.

HSL color Cylindrical-coordinate representation of color #74AC76: hue angle of 122.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AC76 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 118 -
CMYK 0.33 0 0.31 0.33
HSL 122.14º 0.25% 0.56% -
HSV(B) 122.14º 0.33% 0.67% -
XYZ 25.23 34.53 22.47 -
YUV 149.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 116 172 118 0.33 0 0.31 0.33 122.14 0.25 0.56
Hex 74 AC 76 21 0 1F 21 7A 19 38
Octal 164 254 166 41 0 37 41 172 31 70
Binary 1110100 10101100 1110110 100001 0 11111 100001 1111010 11001 111000

Color Harmonies of #74AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC76

Black with #74AC76

Text Example


Text Example

White with #74AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AC76; }

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

 H1.HeaderClassName
 {
   color: #74AC76;
 }
 .AnyTagClassName
 {
   color: #74AC76;
 }
</style>

background-color css

<style>
 a { background-color: #74AC76; }

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

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

border-color css

<style>
 span { border-color: #74AC76; }

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

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