#74B76A

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

Shades of Fern #74B76A

Tints of Fern #74B76A

Color information

#74B76A (or 0x74B76A) is unknown color: approx Fern. HEX triplet: 74, B7 and 6A. RGB value is (116,183,106). Sum of RGB (Red+Green+Blue) = 116+183+106=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #74B76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B76A is #8B4895. Grayscale: #9A9A9A. Windows color (decimal): -9128086 or 6993780. OLE color: 6993780.

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

Color convert

RGB116183106-
CMYK0.3700.420.28
HSL112.21º34.84%56.67%-
HSV(B)112.21º42.08%71.76%-
XYZ26.7438.6219.68-
YUV154.19100.8100.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 183 (71.88% from 255) = 45.19%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=28.64%
G=45.19%
B=26.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1161831060.3700.420.28112.2134.8456.67
Hex74B76A2502A1C702339
Octal16426715245052341604371
Binary11101001011011111010101001010101010111001110000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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