Html Css Color HEX #70B778 Fern

📋 copy color: '#70B778'

red 112 ◦ green 183 ◦ blue 120

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

Shades of Fern #70B778

Tints of Fern #70B778

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.1%

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

R = 26.99%
G = 44.1%
B = 28.92%

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

#70B778 (or 0x70B778) is known color: Fern. HEX triplet: 70, B7 and 78. RGB value is (112,183,120). Sum of RGB (Red+Green+Blue) = 112+183+120=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #70B778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B778 is #8F4887. Grayscale: #9A9A9A. Windows color (decimal): -9390216 or 7911280. OLE color: 7911280.

HSL color Cylindrical-coordinate representation of color #70B778: hue angle of 126.76º degrees, saturation: 0.33, 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 #70B778 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 120 -
CMYK 0.39 0 0.34 0.28
HSL 126.76º 0.33% 0.58% -
HSV(B) 126.76º 0.39% 0.72% -
XYZ 27.01 38.67 23.81 -
YUV 154.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 112 183 120 0.39 0 0.34 0.28 126.76 0.33 0.58
Hex 70 B7 78 27 0 22 1C 7F 21 3A
Octal 160 267 170 47 0 42 34 177 41 72
Binary 1110000 10110111 1111000 100111 0 100010 11100 1111111 100001 111010

Color Harmonies of #70B778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B778

Black with #70B778

Text Example


Text Example

White with #70B778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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