#74BE77

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

Shades of Fern #74BE77

Tints of Fern #74BE77

Color information

#74BE77 (or 0x74BE77) is unknown color: approx Fern. HEX triplet: 74, BE and 77. RGB value is (116,190,119). Sum of RGB (Red+Green+Blue) = 116+190+119=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE77 is #8B4188. Grayscale: #9F9F9F. Windows color (decimal): -9126281 or 7847540. OLE color: 7847540.

HSL color Cylindrical-coordinate representation of color #74BE77: hue angle of 122.43º 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 #74BE77 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB116190119-
CMYK0.3900.370.25
HSL122.43º36.27%60%-
HSV(B)122.43º38.95%74.51%-
XYZ28.9541.8724.01-
YUV159.78104.9896.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 190 (74.61% from 255) = 44.71%
BLUE value IS 119 (46.88% from 255) = 28%
R=27.29%
G=44.71%
B=28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901190.3900.370.25122.4336.2760
Hex74BE7727025197a243c
Octal16427616747045311724474
Binary11101001011111011101111001110100101110011111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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