#74BE76

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

Shades of Fern #74BE76

Tints of Fern #74BE76

Color information

#74BE76 (or 0x74BE76) is unknown color: approx Fern. HEX triplet: 74, BE and 76. RGB value is (116,190,118). Sum of RGB (Red+Green+Blue) = 116+190+118=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE76 is #8B4189. Grayscale: #9F9F9F. Windows color (decimal): -9126282 or 7782004. OLE color: 7782004.

HSL color Cylindrical-coordinate representation of color #74BE76: hue angle of 121.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BE76 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB116190118-
CMYK0.3900.380.25
HSL121.62º36.27%60%-
HSV(B)121.62º38.95%74.51%-
XYZ28.8941.8523.69-
YUV159.67104.4896.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 190 (74.61% from 255) = 44.81%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=27.36%
G=44.81%
B=27.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901180.3900.380.25121.6236.2760
Hex74BE7627026197a243c
Octal16427616647046311724474
Binary11101001011111011101101001110100110110011111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,190,118); }

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

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

 a { background-color: rgb(116,190,118); }

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

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

 span { border-color: rgb(116,190,118); }

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