#74B76E

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

Shades of Fern #74B76E

Tints of Fern #74B76E

Color information

#74B76E (or 0x74B76E) is unknown color: approx Fern. HEX triplet: 74, B7 and 6E. RGB value is (116,183,110). Sum of RGB (Red+Green+Blue) = 116+183+110=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #74B76E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B76E is #8B4891. Grayscale: #9A9A9A. Windows color (decimal): -9128082 or 7255924. OLE color: 7255924.

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

Color convert

RGB116183110-
CMYK0.3700.400.28
HSL115.07º33.64%57.45%-
HSV(B)115.07º39.89%71.76%-
XYZ26.9538.7120.8-
YUV154.64102.8100.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 183 (71.88% from 255) = 44.74%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=28.36%
G=44.74%
B=26.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1161831100.3700.400.28115.0733.6457.45
Hex74B76E250281C732239
Octal16426715645050341634271
Binary11101001011011111011101001010101000111001110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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