#74C077

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

Shades of Fern #74C077

Tints of Fern #74C077

Color information

#74C077 (or 0x74C077) is unknown color: approx Fern. HEX triplet: 74, C0 and 77. RGB value is (116,192,119). Sum of RGB (Red+Green+Blue) = 116+192+119=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #74C077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C077 is #8B3F88. Grayscale: #A1A1A1. Windows color (decimal): -9125769 or 7848052. OLE color: 7848052.

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

Color convert

RGB116192119-
CMYK0.4000.380.25
HSL122.37º37.62%60.39%-
HSV(B)122.37º39.58%75.29%-
XYZ29.3842.7424.15-
YUV160.95104.3295.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.17%
GREEN value IS 192 (75.39% from 255) = 44.96%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=27.17%
G=44.96%
B=27.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161921190.4000.380.25122.3737.6260.39
Hex74C07728026197a263c
Octal16430016750046311724674
Binary11101001100000011101111010000100110110011111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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