Html Css Color HEX #74B86E Fern

📋 copy color: '#74B86E'

red 116 ◦ green 184 ◦ blue 110

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

Shades of Fern #74B86E

Tints of Fern #74B86E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

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

R = 28.29%
G = 44.88%
B = 26.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#74B86E (or 0x74B86E) is known color: Fern. HEX triplet: 74, B8 and 6E. RGB value is (116,184,110). Sum of RGB (Red+Green+Blue) = 116+184+110=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #74B86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B86E is #8B4791. Grayscale: #9B9B9B. Windows color (decimal): -9127826 or 7256180. OLE color: 7256180.

HSL color Cylindrical-coordinate representation of color #74B86E: hue angle of 115.14º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74B86E is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 184 110 -
CMYK 0.37 0 0.40 0.28
HSL 115.14º 0.34% 0.58% -
HSV(B) 115.14º 0.4% 0.72% -
XYZ 27.16 39.12 20.87 -
YUV 155.23 102.47 100.02 -
System Red Green Blue C M Y K H S L
Decimal 116 184 110 0.37 0 0.40 0.28 115.14 0.34 0.58
Hex 74 B8 6E 25 0 28 1C 73 22 3A
Octal 164 270 156 45 0 50 34 163 42 72
Binary 1110100 10111000 1101110 100101 0 101000 11100 1110011 100010 111010

Color Harmonies of #74B86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B86E

Black with #74B86E

Text Example


Text Example

White with #74B86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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