#74B07A

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

Shades of Fern #74B07A

Tints of Fern #74B07A

Color information

#74B07A (or 0x74B07A) is unknown color: approx Fern. HEX triplet: 74, B0 and 7A. RGB value is (116,176,122). Sum of RGB (Red+Green+Blue) = 116+176+122=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #74B07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B07A is #8B4F85. Grayscale: #989898. Windows color (decimal): -9129862 or 8040564. OLE color: 8040564.

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

Color convert

RGB116176122-
CMYK0.3400.310.31
HSL126º27.52%57.25%-
HSV(B)126º34.09%69.02%-
XYZ26.2436.1724.01-
YUV151.9111.12102.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=28.02%
G=42.51%
B=29.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161761220.3400.310.3112627.5257.25
Hex74B07A2201F1F7e1c39
Octal16426017242037371763471
Binary111010010110000111101010001001111111111111111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,176,122); }

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

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

 a { background-color: rgb(116,176,122); }

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

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

 span { border-color: rgb(116,176,122); }

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