Html Css Color HEX #70B978 Fern

📋 copy color: '#70B978'

red 112 ◦ green 185 ◦ blue 120

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

Shades of Fern #70B978

Tints of Fern #70B978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 26.86%
G = 44.36%
B = 28.78%

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

#70B978 (or 0x70B978) is known color: Fern. HEX triplet: 70, B9 and 78. RGB value is (112,185,120). Sum of RGB (Red+Green+Blue) = 112+185+120=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #70B978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B978 is #8F4687. Grayscale: #9B9B9B. Windows color (decimal): -9389704 or 7911792. OLE color: 7911792.

HSL color Cylindrical-coordinate representation of color #70B978: hue angle of 126.58º 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 #70B978 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 185 120 -
CMYK 0.39 0 0.35 0.27
HSL 126.58º 0.34% 0.58% -
HSV(B) 126.58º 0.39% 0.73% -
XYZ 27.42 39.5 23.95 -
YUV 155.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 112 185 120 0.39 0 0.35 0.27 126.58 0.34 0.58
Hex 70 B9 78 27 0 23 1B 7F 22 3A
Octal 160 271 170 47 0 43 33 177 42 72
Binary 1110000 10111001 1111000 100111 0 100011 11011 1111111 100010 111010

Color Harmonies of #70B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B978

Black with #70B978

Text Example


Text Example

White with #70B978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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