#74B86D

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

Shades of Fern #74B86D

Tints of Fern #74B86D

Color information

#74B86D (or 0x74B86D) is unknown color: approx Fern. HEX triplet: 74, B8 and 6D. RGB value is (116,184,109). Sum of RGB (Red+Green+Blue) = 116+184+109=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #74B86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B86D is #8B4792. Grayscale: #9B9B9B. Windows color (decimal): -9127827 or 7190644. OLE color: 7190644.

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

Color convert

RGB116184109-
CMYK0.3700.410.28
HSL114.4º34.56%57.45%-
HSV(B)114.4º40.76%72.16%-
XYZ27.139.120.59-
YUV155.12101.97100.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 184 (72.27% from 255) = 44.99%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=28.36%
G=44.99%
B=26.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1161841090.3700.410.28114.434.5657.45
Hex74B86D250291C722339
Octal16427015545051341624371
Binary11101001011100011011011001010101001111001110010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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