#74B77D

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

Shades of Fern #74B77D

Tints of Fern #74B77D

Color information

#74B77D (or 0x74B77D) is unknown color: approx Fern. HEX triplet: 74, B7 and 7D. RGB value is (116,183,125). Sum of RGB (Red+Green+Blue) = 116+183+125=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #74B77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B77D is #8B4882. Grayscale: #9C9C9C. Windows color (decimal): -9128067 or 8238964. OLE color: 8238964.

HSL color Cylindrical-coordinate representation of color #74B77D: hue angle of 128.06º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B77D is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB116183125-
CMYK0.3700.320.28
HSL128.06º31.75%58.63%-
HSV(B)128.06º36.61%71.76%-
XYZ27.8439.0625.47-
YUV156.35110.399.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 183 (71.88% from 255) = 43.16%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=27.36%
G=43.16%
B=29.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1161831250.3700.320.28128.0631.7558.63
Hex74B77D250201C80203b
Octal16426717545040342004073
Binary111010010110111111110110010101000001110010000000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,183,125); }

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

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

 a { background-color: rgb(116,183,125); }

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

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

 span { border-color: rgb(116,183,125); }

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