Html Css Color HEX #74BA6F Fern

📋 copy color: '#74BA6F'

red 116 ◦ green 186 ◦ blue 111

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

Shades of Fern #74BA6F

Tints of Fern #74BA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

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

R = 28.09%
G = 45.04%
B = 26.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#74BA6F (or 0x74BA6F) is known color: Fern. HEX triplet: 74, BA and 6F. RGB value is (116,186,111). Sum of RGB (Red+Green+Blue) = 116+186+111=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA6F is #8B4590. Grayscale: #9C9C9C. Windows color (decimal): -9127313 or 7322228. OLE color: 7322228.

HSL color Cylindrical-coordinate representation of color #74BA6F: hue angle of 116º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74BA6F is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 111 -
CMYK 0.38 0 0.40 0.27
HSL 116º 0.35% 0.58% -
HSV(B) 116º 0.4% 0.73% -
XYZ 27.63 39.98 21.3 -
YUV 156.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 116 186 111 0.38 0 0.40 0.27 116 0.35 0.58
Hex 74 BA 6F 26 0 28 1B 74 23 3A
Octal 164 272 157 46 0 50 33 164 43 72
Binary 1110100 10111010 1101111 100110 0 101000 11011 1110100 100011 111010

Color Harmonies of #74BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA6F

Black with #74BA6F

Text Example


Text Example

White with #74BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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