Html Css Color HEX #74B36E Fern

📋 copy color: '#74B36E'

red 116 ◦ green 179 ◦ blue 110

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

Shades of Fern #74B36E

Tints of Fern #74B36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 28.64%
G = 44.2%
B = 27.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#74B36E (or 0x74B36E) is known color: Fern. HEX triplet: 74, B3 and 6E. RGB value is (116,179,110). Sum of RGB (Red+Green+Blue) = 116+179+110=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #74B36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B36E is #8B4C91. Grayscale: #989898. Windows color (decimal): -9129106 or 7254900. OLE color: 7254900.

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

Color convert

RGB 116 179 110 -
CMYK 0.35 0 0.39 0.30
HSL 114.78º 0.31% 0.57% -
HSV(B) 114.78º 0.39% 0.7% -
XYZ 26.14 37.08 20.53 -
YUV 152.3 104.13 102.11 -
System Red Green Blue C M Y K H S L
Decimal 116 179 110 0.35 0 0.39 0.30 114.78 0.31 0.57
Hex 74 B3 6E 23 0 27 1E 73 1F 39
Octal 164 263 156 43 0 47 36 163 37 71
Binary 1110100 10110011 1101110 100011 0 100111 11110 1110011 11111 111001

Color Harmonies of #74B36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B36E

Black with #74B36E

Text Example


Text Example

White with #74B36E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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