Html Css Color HEX #70BE76 Fern

📋 copy color: '#70BE76'

red 112 ◦ green 190 ◦ blue 118

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

Shades of Fern #70BE76

Tints of Fern #70BE76

RGB

 RED value IS 112 (44.14% from 255) = 26.67%

 GREEN value IS 190 (74.61% from 255) = 45.24%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 26.67%
G = 45.24%
B = 28.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#70BE76 (or 0x70BE76) is known color: Fern. HEX triplet: 70, BE and 76. RGB value is (112,190,118). Sum of RGB (Red+Green+Blue) = 112+190+118=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE76 is #8F4189. Grayscale: #9E9E9E. Windows color (decimal): -9388426 or 7782000. OLE color: 7782000.

HSL color Cylindrical-coordinate representation of color #70BE76: hue angle of 124.62º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BE76 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 190 118 -
CMYK 0.41 0 0.38 0.25
HSL 124.62º 0.38% 0.59% -
HSV(B) 124.62º 0.41% 0.75% -
XYZ 28.37 41.58 23.67 -
YUV 158.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 112 190 118 0.41 0 0.38 0.25 124.62 0.38 0.59
Hex 70 BE 76 29 0 26 19 7D 26 3B
Octal 160 276 166 51 0 46 31 175 46 73
Binary 1110000 10111110 1110110 101001 0 100110 11001 1111101 100110 111011

Color Harmonies of #70BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE76

Black with #70BE76

Text Example


Text Example

White with #70BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70BE76; }

 p { color: rgb(112,190,118); }

 H1.HeaderClassName
 {
   color: #70BE76;
 }
 .AnyTagClassName
 {
   color: #70BE76;
 }
</style>

background-color css

<style>
 a { background-color: #70BE76; }

 a { background-color: rgb(112,190,118); }

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

border-color css

<style>
 span { border-color: #70BE76; }

 span { border-color: rgb(112,190,118); }

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