Html Css Color HEX #70B879 Fern

📋 copy color: '#70B879'

red 112 ◦ green 184 ◦ blue 121

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

Shades of Fern #70B879

Tints of Fern #70B879

RGB

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

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

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

R = 26.86%
G = 44.12%
B = 29.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#70B879 (or 0x70B879) is known color: Fern. HEX triplet: 70, B8 and 79. RGB value is (112,184,121). Sum of RGB (Red+Green+Blue) = 112+184+121=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #70B879 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B879 is #8F4786. Grayscale: #9B9B9B. Windows color (decimal): -9389959 or 7977072. OLE color: 7977072.

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

Color convert

RGB 112 184 121 -
CMYK 0.39 0 0.34 0.28
HSL 127.5º 0.34% 0.58% -
HSV(B) 127.5º 0.39% 0.72% -
XYZ 27.27 39.11 24.2 -
YUV 155.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 112 184 121 0.39 0 0.34 0.28 127.5 0.34 0.58
Hex 70 B8 79 27 0 22 1C 80 22 3A
Octal 160 270 171 47 0 42 34 200 42 72
Binary 1110000 10111000 1111001 100111 0 100010 11100 10000000 100010 111010

Color Harmonies of #70B879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B879

Black with #70B879

Text Example


Text Example

White with #70B879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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