Html Css Color HEX #74B76A Fern

📋 copy color: '#74B76A'

red 116 ◦ green 183 ◦ blue 106

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

Shades of Fern #74B76A

Tints of Fern #74B76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 28.64%
G = 45.19%
B = 26.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#74B76A (or 0x74B76A) is known color: Fern. HEX triplet: 74, B7 and 6A. RGB value is (116,183,106). Sum of RGB (Red+Green+Blue) = 116+183+106=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #74B76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B76A is #8B4895. Grayscale: #9A9A9A. Windows color (decimal): -9128086 or 6993780. OLE color: 6993780.

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

Color convert

RGB 116 183 106 -
CMYK 0.37 0 0.42 0.28
HSL 112.21º 0.35% 0.57% -
HSV(B) 112.21º 0.42% 0.72% -
XYZ 26.74 38.62 19.68 -
YUV 154.19 100.8 100.76 -
System Red Green Blue C M Y K H S L
Decimal 116 183 106 0.37 0 0.42 0.28 112.21 0.35 0.57
Hex 74 B7 6A 25 0 2A 1C 70 23 39
Octal 164 267 152 45 0 52 34 160 43 71
Binary 1110100 10110111 1101010 100101 0 101010 11100 1110000 100011 111001

Color Harmonies of #74B76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B76A

Black with #74B76A

Text Example


Text Example

White with #74B76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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