Html Css Color HEX #70B677 Fern

📋 copy color: '#70B677'

red 112 ◦ green 182 ◦ blue 119

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

Shades of Fern #70B677

Tints of Fern #70B677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.07%

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

R = 27.12%
G = 44.07%
B = 28.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#70B677 (or 0x70B677) is known color: Fern. HEX triplet: 70, B6 and 77. RGB value is (112,182,119). Sum of RGB (Red+Green+Blue) = 112+182+119=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #70B677 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B677 is #8F4988. Grayscale: #9A9A9A. Windows color (decimal): -9390473 or 7845488. OLE color: 7845488.

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

Color convert

RGB 112 182 119 -
CMYK 0.38 0 0.35 0.29
HSL 126º 0.32% 0.58% -
HSV(B) 126º 0.38% 0.71% -
XYZ 26.74 38.23 23.42 -
YUV 153.89 108.31 98.12 -
System Red Green Blue C M Y K H S L
Decimal 112 182 119 0.38 0 0.35 0.29 126 0.32 0.58
Hex 70 B6 77 26 0 23 1D 7E 20 3A
Octal 160 266 167 46 0 43 35 176 40 72
Binary 1110000 10110110 1110111 100110 0 100011 11101 1111110 100000 111010

Color Harmonies of #70B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B677

Black with #70B677

Text Example


Text Example

White with #70B677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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