Html Css Color HEX #74BE76 Fern

📋 copy color: '#74BE76'

red 116 ◦ green 190 ◦ blue 118

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

Shades of Fern #74BE76

Tints of Fern #74BE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.81%

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

R = 27.36%
G = 44.81%
B = 27.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#74BE76 (or 0x74BE76) is known color: Fern. HEX triplet: 74, BE and 76. RGB value is (116,190,118). Sum of RGB (Red+Green+Blue) = 116+190+118=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE76 is #8B4189. Grayscale: #9F9F9F. Windows color (decimal): -9126282 or 7782004. OLE color: 7782004.

HSL color Cylindrical-coordinate representation of color #74BE76: hue angle of 121.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BE76 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 118 -
CMYK 0.39 0 0.38 0.25
HSL 121.62º 0.36% 0.6% -
HSV(B) 121.62º 0.39% 0.75% -
XYZ 28.89 41.85 23.69 -
YUV 159.67 104.48 96.85 -
System Red Green Blue C M Y K H S L
Decimal 116 190 118 0.39 0 0.38 0.25 121.62 0.36 0.6
Hex 74 BE 76 27 0 26 19 7A 24 3C
Octal 164 276 166 47 0 46 31 172 44 74
Binary 1110100 10111110 1110110 100111 0 100110 11001 1111010 100100 111100

Color Harmonies of #74BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE76

Black with #74BE76

Text Example


Text Example

White with #74BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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