Html Css Color HEX #74B36F Fern

📋 copy color: '#74B36F'

red 116 ◦ green 179 ◦ blue 111

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

Shades of Fern #74B36F

Tints of Fern #74B36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 28.57%
G = 44.09%
B = 27.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#74B36F (or 0x74B36F) is known color: Fern. HEX triplet: 74, B3 and 6F. RGB value is (116,179,111). Sum of RGB (Red+Green+Blue) = 116+179+111=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #74B36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B36F is #8B4C90. Grayscale: #989898. Windows color (decimal): -9129105 or 7320436. OLE color: 7320436.

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

Color convert

RGB 116 179 111 -
CMYK 0.35 0 0.38 0.30
HSL 115.59º 0.31% 0.57% -
HSV(B) 115.59º 0.38% 0.7% -
XYZ 26.19 37.1 20.82 -
YUV 152.41 104.63 102.03 -
System Red Green Blue C M Y K H S L
Decimal 116 179 111 0.35 0 0.38 0.30 115.59 0.31 0.57
Hex 74 B3 6F 23 0 26 1E 74 1F 39
Octal 164 263 157 43 0 46 36 164 37 71
Binary 1110100 10110011 1101111 100011 0 100110 11110 1110100 11111 111001

Color Harmonies of #74B36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B36F

Black with #74B36F

Text Example


Text Example

White with #74B36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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