Html Css Color HEX #70B478 Fern

📋 copy color: '#70B478'

red 112 ◦ green 180 ◦ blue 120

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

Shades of Fern #70B478

Tints of Fern #70B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.69%

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

R = 27.18%
G = 43.69%
B = 29.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#70B478 (or 0x70B478) is known color: Fern. HEX triplet: 70, B4 and 78. RGB value is (112,180,120). Sum of RGB (Red+Green+Blue) = 112+180+120=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #70B478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B478 is #8F4B87. Grayscale: #989898. Windows color (decimal): -9390984 or 7910512. OLE color: 7910512.

HSL color Cylindrical-coordinate representation of color #70B478: hue angle of 127.06º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B478 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 120 -
CMYK 0.38 0 0.33 0.29
HSL 127.06º 0.31% 0.57% -
HSV(B) 127.06º 0.38% 0.71% -
XYZ 26.39 37.44 23.61 -
YUV 152.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 112 180 120 0.38 0 0.33 0.29 127.06 0.31 0.57
Hex 70 B4 78 26 0 21 1D 7F 1F 39
Octal 160 264 170 46 0 41 35 177 37 71
Binary 1110000 10110100 1111000 100110 0 100001 11101 1111111 11111 111001

Color Harmonies of #70B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B478

Black with #70B478

Text Example


Text Example

White with #70B478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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