#74B373

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

Shades of Fern #74B373

Tints of Fern #74B373

Color information

#74B373 (or 0x74B373) is unknown color: approx Fern. HEX triplet: 74, B3 and 73. RGB value is (116,179,115). Sum of RGB (Red+Green+Blue) = 116+179+115=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 179 - color contains mainly: green. Hex color #74B373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B373 is #8B4C8C. Grayscale: #999999. Windows color (decimal): -9129101 or 7582580. OLE color: 7582580.

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

Color convert

RGB116179115-
CMYK0.3500.360.30
HSL119.06º29.63%57.65%-
HSV(B)119.06º35.75%70.2%-
XYZ26.4237.1922.01-
YUV152.87106.63101.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 179 (70.31% from 255) = 43.66%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=28.29%
G=43.66%
B=28.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161791150.3500.360.30119.0629.6357.65
Hex74B373230241E771e3a
Octal16426316343044361673672
Binary1110100101100111110011100011010010011110111011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,179,115); }

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

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

 a { background-color: rgb(116,179,115); }

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

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

 span { border-color: rgb(116,179,115); }

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