#74BC6D

Color #74BC6D Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #74BC6D

Tints of Fern #74BC6D

Color information

#74BC6D (or 0x74BC6D) is unknown color: approx Fern. HEX triplet: 74, BC and 6D. RGB value is (116,188,109). Sum of RGB (Red+Green+Blue) = 116+188+109=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC6D is #8B4392. Grayscale: #9D9D9D. Windows color (decimal): -9126803 or 7191668. OLE color: 7191668.

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

Color convert

RGB116188109-
CMYK0.3800.420.26
HSL114.68º37.09%58.24%-
HSV(B)114.68º42.02%73.73%-
XYZ27.9540.7820.87-
YUV157.47100.6598.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=28.09%
G=45.52%
B=26.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161881090.3800.420.26114.6837.0958.24
Hex74BC6D2602A1A73253a
Octal16427415546052321634572
Binary11101001011110011011011001100101010110101110011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,188,109); }

 H1.HeaderClassName
 {
   color: #74BC6D;
 }
 .AnyTagClassName
 {
   color: #74BC6D;
 }
</style>
background-color css

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

 a { background-color: rgb(116,188,109); }

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

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

 span { border-color: rgb(116,188,109); }

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