Html Css Color HEX #74BA7D Fern

📋 copy color: '#74BA7D'

red 116 ◦ green 186 ◦ blue 125

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

Shades of Fern #74BA7D

Tints of Fern #74BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 27.17%
G = 43.56%
B = 29.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#74BA7D (or 0x74BA7D) is known color: Fern. HEX triplet: 74, BA and 7D. RGB value is (116,186,125). Sum of RGB (Red+Green+Blue) = 116+186+125=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA7D is #8B4582. Grayscale: #9E9E9E. Windows color (decimal): -9127299 or 8239732. OLE color: 8239732.

HSL color Cylindrical-coordinate representation of color #74BA7D: hue angle of 127.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA7D is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 125 -
CMYK 0.38 0 0.33 0.27
HSL 127.71º 0.34% 0.59% -
HSV(B) 127.71º 0.38% 0.73% -
XYZ 28.46 40.31 25.68 -
YUV 158.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 116 186 125 0.38 0 0.33 0.27 127.71 0.34 0.59
Hex 74 BA 7D 26 0 21 1B 80 22 3B
Octal 164 272 175 46 0 41 33 200 42 73
Binary 1110100 10111010 1111101 100110 0 100001 11011 10000000 100010 111011

Color Harmonies of #74BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA7D

Black with #74BA7D

Text Example


Text Example

White with #74BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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