Html Css Color HEX #70B979 Fern

📋 copy color: '#70B979'

red 112 ◦ green 185 ◦ blue 121

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

Shades of Fern #70B979

Tints of Fern #70B979

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.26%

 BLUE value IS 121 (47.66% from 255) = 28.95%

R = 26.79%
G = 44.26%
B = 28.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#70B979 (or 0x70B979) is known color: Fern. HEX triplet: 70, B9 and 79. RGB value is (112,185,121). Sum of RGB (Red+Green+Blue) = 112+185+121=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #70B979 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B979 is #8F4686. Grayscale: #9C9C9C. Windows color (decimal): -9389703 or 7977328. OLE color: 7977328.

HSL color Cylindrical-coordinate representation of color #70B979: hue angle of 127.4º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B979 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 185 121 -
CMYK 0.39 0 0.35 0.27
HSL 127.4º 0.34% 0.58% -
HSV(B) 127.4º 0.39% 0.73% -
XYZ 27.48 39.52 24.27 -
YUV 155.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 112 185 121 0.39 0 0.35 0.27 127.4 0.34 0.58
Hex 70 B9 79 27 0 23 1B 7F 22 3A
Octal 160 271 171 47 0 43 33 177 42 72
Binary 1110000 10111001 1111001 100111 0 100011 11011 1111111 100010 111010

Color Harmonies of #70B979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B979

Black with #70B979

Text Example


Text Example

White with #70B979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,185,121); }

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

background-color css

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

 a { background-color: rgb(112,185,121); }

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

border-color css

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

 span { border-color: rgb(112,185,121); }

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