Html Css Color HEX #74B77C Fern

📋 copy color: '#74B77C'

red 116 ◦ green 183 ◦ blue 124

#74B77C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #74B77C

Tints of Fern #74B77C

RGB

 RED value IS 116 (45.7% from 255) = 27.42%

 GREEN value IS 183 (71.88% from 255) = 43.26%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 27.42%
G = 43.26%
B = 29.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#74B77C (or 0x74B77C) is known color: Fern. HEX triplet: 74, B7 and 7C. RGB value is (116,183,124). Sum of RGB (Red+Green+Blue) = 116+183+124=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #74B77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B77C is #8B4883. Grayscale: #9C9C9C. Windows color (decimal): -9128068 or 8173428. OLE color: 8173428.

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

Color convert

RGB 116 183 124 -
CMYK 0.37 0 0.32 0.28
HSL 127.16º 0.32% 0.59% -
HSV(B) 127.16º 0.37% 0.72% -
XYZ 27.77 39.04 25.14 -
YUV 156.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 116 183 124 0.37 0 0.32 0.28 127.16 0.32 0.59
Hex 74 B7 7C 25 0 20 1C 7F 20 3B
Octal 164 267 174 45 0 40 34 177 40 73
Binary 1110100 10110111 1111100 100101 0 100000 11100 1111111 100000 111011

Color Harmonies of #74B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B77C

Black with #74B77C

Text Example


Text Example

White with #74B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74B77C;
 }
 .AnyTagClassName
 {
   color: #74B77C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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