#74B46C

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

Shades of Fern #74B46C

Tints of Fern #74B46C

Color information

#74B46C (or 0x74B46C) is unknown color: approx Fern. HEX triplet: 74, B4 and 6C. RGB value is (116,180,108). Sum of RGB (Red+Green+Blue) = 116+180+108=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #74B46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B46C is #8B4B93. Grayscale: #989898. Windows color (decimal): -9128852 or 7124084. OLE color: 7124084.

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

Color convert

RGB116180108-
CMYK0.3600.400.29
HSL113.33º32.43%56.47%-
HSV(B)113.33º40%70.59%-
XYZ26.2337.4420.03-
YUV152.66102.8101.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 180 (70.70% from 255) = 44.55%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=28.71%
G=44.55%
B=26.73%

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
Decimal1161801080.3600.400.29113.3332.4356.47
Hex74B46C240281D712038
Octal16426415444050351614070
Binary11101001011010011011001001000101000111011110001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,180,108); }

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

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

 a { background-color: rgb(116,180,108); }

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

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

 span { border-color: rgb(116,180,108); }

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