#74B66D

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

Shades of Fern #74B66D

Tints of Fern #74B66D

Color information

#74B66D (or 0x74B66D) is unknown color: approx Fern. HEX triplet: 74, B6 and 6D. RGB value is (116,182,109). Sum of RGB (Red+Green+Blue) = 116+182+109=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #74B66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B66D is #8B4992. Grayscale: #9A9A9A. Windows color (decimal): -9128339 or 7190132. OLE color: 7190132.

HSL color Cylindrical-coordinate representation of color #74B66D: hue angle of 114.25º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74B66D is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB116182109-
CMYK0.3600.400.29
HSL114.25º33.33%57.06%-
HSV(B)114.25º40.11%71.37%-
XYZ26.6938.2720.45-
YUV153.94102.63100.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=28.50%
G=44.72%
B=26.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161821090.3600.400.29114.2533.3357.06
Hex74B66D240281D722139
Octal16426615544050351624171
Binary11101001011011011011011001000101000111011110010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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