Html Css Color HEX #74B372 Fern

📋 copy color: '#74B372'

red 116 ◦ green 179 ◦ blue 114

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

Shades of Fern #74B372

Tints of Fern #74B372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 28.36%
G = 43.77%
B = 27.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#74B372 (or 0x74B372) is known color: Fern. HEX triplet: 74, B3 and 72. RGB value is (116,179,114). Sum of RGB (Red+Green+Blue) = 116+179+114=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #74B372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B372 is #8B4C8D. Grayscale: #989898. Windows color (decimal): -9129102 or 7517044. OLE color: 7517044.

HSL color Cylindrical-coordinate representation of color #74B372: hue angle of 118.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B372 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 179 114 -
CMYK 0.35 0 0.36 0.30
HSL 118.15º 0.3% 0.57% -
HSV(B) 118.15º 0.36% 0.7% -
XYZ 26.36 37.17 21.7 -
YUV 152.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 116 179 114 0.35 0 0.36 0.30 118.15 0.3 0.57
Hex 74 B3 72 23 0 24 1E 76 1E 39
Octal 164 263 162 43 0 44 36 166 36 71
Binary 1110100 10110011 1110010 100011 0 100100 11110 1110110 11110 111001

Color Harmonies of #74B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B372

Black with #74B372

Text Example


Text Example

White with #74B372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,179,114); }

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

background-color css

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

 a { background-color: rgb(116,179,114); }

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

border-color css

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

 span { border-color: rgb(116,179,114); }

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