Html Css Color HEX #70B477 Fern

📋 copy color: '#70B477'

red 112 ◦ green 180 ◦ blue 119

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

Shades of Fern #70B477

Tints of Fern #70B477

RGB

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

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

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

R = 27.25%
G = 43.8%
B = 28.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#70B477 (or 0x70B477) is known color: Fern. HEX triplet: 70, B4 and 77. RGB value is (112,180,119). Sum of RGB (Red+Green+Blue) = 112+180+119=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #70B477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B477 is #8F4B88. Grayscale: #989898. Windows color (decimal): -9390985 or 7844976. OLE color: 7844976.

HSL color Cylindrical-coordinate representation of color #70B477: hue angle of 126.18º 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 #70B477 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 119 -
CMYK 0.38 0 0.34 0.29
HSL 126.18º 0.31% 0.57% -
HSV(B) 126.18º 0.38% 0.71% -
XYZ 26.33 37.42 23.29 -
YUV 152.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 112 180 119 0.38 0 0.34 0.29 126.18 0.31 0.57
Hex 70 B4 77 26 0 22 1D 7E 1F 39
Octal 160 264 167 46 0 42 35 176 37 71
Binary 1110000 10110100 1110111 100110 0 100010 11101 1111110 11111 111001

Color Harmonies of #70B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B477

Black with #70B477

Text Example


Text Example

White with #70B477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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