Html Css Color HEX #74B771 Fern

📋 copy color: '#74B771'

red 116 ◦ green 183 ◦ blue 113

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

Shades of Fern #74B771

Tints of Fern #74B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.42%

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

R = 28.16%
G = 44.42%
B = 27.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#74B771 (or 0x74B771) is known color: Fern. HEX triplet: 74, B7 and 71. RGB value is (116,183,113). Sum of RGB (Red+Green+Blue) = 116+183+113=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #74B771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B771 is #8B488E. Grayscale: #9B9B9B. Windows color (decimal): -9128079 or 7452532. OLE color: 7452532.

HSL color Cylindrical-coordinate representation of color #74B771: hue angle of 117.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74B771 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 113 -
CMYK 0.37 0 0.38 0.28
HSL 117.43º 0.33% 0.58% -
HSV(B) 117.43º 0.38% 0.72% -
XYZ 27.12 38.77 21.68 -
YUV 154.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 116 183 113 0.37 0 0.38 0.28 117.43 0.33 0.58
Hex 74 B7 71 25 0 26 1C 75 21 3A
Octal 164 267 161 45 0 46 34 165 41 72
Binary 1110100 10110111 1110001 100101 0 100110 11100 1110101 100001 111010

Color Harmonies of #74B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B771

Black with #74B771

Text Example


Text Example

White with #74B771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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