#74B575

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

Shades of Fern #74B575

Tints of Fern #74B575

Color information

#74B575 (or 0x74B575) is unknown color: approx Fern. HEX triplet: 74, B5 and 75. RGB value is (116,181,117). Sum of RGB (Red+Green+Blue) = 116+181+117=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 181 - color contains mainly: green. Hex color #74B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B575 is #8B4A8A. Grayscale: #9A9A9A. Windows color (decimal): -9128587 or 7714164. OLE color: 7714164.

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

Color convert

RGB116181117-
CMYK0.3600.350.29
HSL120.92º30.52%58.24%-
HSV(B)120.92º35.91%70.98%-
XYZ26.9438.0522.75-
YUV154.27106.97100.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 181 (71.09% from 255) = 43.72%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=28.02%
G=43.72%
B=28.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161811170.3600.350.29120.9230.5258.24
Hex74B575240231D791f3a
Octal16426516544043351713772
Binary1110100101101011110101100100010001111101111100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,181,117); }

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

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

 a { background-color: rgb(116,181,117); }

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

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

 span { border-color: rgb(116,181,117); }

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