Html Css Color HEX #74AD71 Fern

📋 copy color: '#74AD71'

red 116 ◦ green 173 ◦ blue 113

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

Shades of Fern #74AD71

Tints of Fern #74AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.03%

 BLUE value IS 113 (44.53% from 255) = 28.11%

R = 28.86%
G = 43.03%
B = 28.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#74AD71 (or 0x74AD71) is known color: Fern. HEX triplet: 74, AD and 71. RGB value is (116,173,113). Sum of RGB (Red+Green+Blue) = 116+173+113=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD71 is #8B528E. Grayscale: #959595. Windows color (decimal): -9130639 or 7449972. OLE color: 7449972.

HSL color Cylindrical-coordinate representation of color #74AD71: hue angle of 117º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74AD71 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 173 113 -
CMYK 0.33 0 0.35 0.32
HSL 117º 0.27% 0.56% -
HSV(B) 117º 0.35% 0.68% -
XYZ 25.13 34.79 21.01 -
YUV 149.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 116 173 113 0.33 0 0.35 0.32 117 0.27 0.56
Hex 74 AD 71 21 0 23 20 75 1B 38
Octal 164 255 161 41 0 43 40 165 33 70
Binary 1110100 10101101 1110001 100001 0 100011 100000 1110101 11011 111000

Color Harmonies of #74AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD71

Black with #74AD71

Text Example


Text Example

White with #74AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,173,113); }

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

background-color css

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

 a { background-color: rgb(116,173,113); }

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

border-color css

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

 span { border-color: rgb(116,173,113); }

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