#74b173

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

Shades of Fern #74B173

Tints of Fern #74B173

Color information

#74B173 (or 0x74B173) is unknown color: approx Fern. HEX triplet: 74, B1 and 73. RGB value is (116,177,115). Sum of RGB (Red+Green+Blue) = 116+177+115=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #74B173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B173 is #8B4E8C. Grayscale: #979797. Windows color (decimal): -9129613 or 7582068. OLE color: 7582068.

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

Color convert

RGB116177115-
CMYK0.3400.350.31
HSL119.03º28.44%57.25%-
HSV(B)119.03º35.03%69.41%-
XYZ26.0236.421.87-
YUV151.69107.29102.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 177 (69.53% from 255) = 43.38%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=28.43%
G=43.38%
B=28.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161771150.3400.350.31119.0328.4457.25
Hex74B173220231F771c39
Octal16426116342043371673471
Binary1110100101100011110011100010010001111111111011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74b173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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