Html Css Color HEX #70B377 Fern

📋 copy color: '#70B377'

red 112 ◦ green 179 ◦ blue 119

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

Shades of Fern #70B377

Tints of Fern #70B377

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.66%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 27.32%
G = 43.66%
B = 29.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#70B377 (or 0x70B377) is known color: Fern. HEX triplet: 70, B3 and 77. RGB value is (112,179,119). Sum of RGB (Red+Green+Blue) = 112+179+119=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 179 - color contains mainly: green. Hex color #70B377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B377 is #8F4C88. Grayscale: #989898. Windows color (decimal): -9391241 or 7844720. OLE color: 7844720.

HSL color Cylindrical-coordinate representation of color #70B377: hue angle of 126.27º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B377 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 119 -
CMYK 0.37 0 0.34 0.30
HSL 126.27º 0.31% 0.57% -
HSV(B) 126.27º 0.37% 0.7% -
XYZ 26.13 37.02 23.22 -
YUV 152.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 112 179 119 0.37 0 0.34 0.30 126.27 0.31 0.57
Hex 70 B3 77 25 0 22 1E 7E 1F 39
Octal 160 263 167 45 0 42 36 176 37 71
Binary 1110000 10110011 1110111 100101 0 100010 11110 1111110 11111 111001

Color Harmonies of #70B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B377

Black with #70B377

Text Example


Text Example

White with #70B377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,179,119); }

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

background-color css

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

 a { background-color: rgb(112,179,119); }

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

border-color css

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

 span { border-color: rgb(112,179,119); }

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