#74B27C

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

Shades of Fern #74B27C

Tints of Fern #74B27C

Color information

#74B27C (or 0x74B27C) is unknown color: approx Fern. HEX triplet: 74, B2 and 7C. RGB value is (116,178,124). Sum of RGB (Red+Green+Blue) = 116+178+124=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #74B27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B27C is #8B4D83. Grayscale: #999999. Windows color (decimal): -9129348 or 8172148. OLE color: 8172148.

HSL color Cylindrical-coordinate representation of color #74B27C: hue angle of 127.74º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B27C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB116178124-
CMYK0.3500.300.30
HSL127.74º28.7%57.65%-
HSV(B)127.74º34.83%69.8%-
XYZ26.7637.0124.8-
YUV153.31111.46101.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 178 (69.92% from 255) = 42.58%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=27.75%
G=42.58%
B=29.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161781240.3500.300.30127.7428.757.65
Hex74B27C2301E1E801d3a
Octal16426217443036362003572
Binary1110100101100101111100100011011110111101000000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,178,124); }

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

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

 a { background-color: rgb(116,178,124); }

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

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

 span { border-color: rgb(116,178,124); }

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