Html Css Color HEX #70B17C Fern

📋 copy color: '#70B17C'

red 112 ◦ green 177 ◦ blue 124

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

Shades of Fern #70B17C

Tints of Fern #70B17C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.86%

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 27.12%
G = 42.86%
B = 30.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#70B17C (or 0x70B17C) is known color: Fern. HEX triplet: 70, B1 and 7C. RGB value is (112,177,124). Sum of RGB (Red+Green+Blue) = 112+177+124=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #70B17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B17C is #8F4E83. Grayscale: #979797. Windows color (decimal): -9391748 or 8171888. OLE color: 8171888.

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

Color convert

RGB 112 177 124 -
CMYK 0.37 0 0.30 0.31
HSL 131.08º 0.29% 0.57% -
HSV(B) 131.08º 0.37% 0.69% -
XYZ 26.04 36.34 24.71 -
YUV 151.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 112 177 124 0.37 0 0.30 0.31 131.08 0.29 0.57
Hex 70 B1 7C 25 0 1E 1F 83 1D 39
Octal 160 261 174 45 0 36 37 203 35 71
Binary 1110000 10110001 1111100 100101 0 11110 11111 10000011 11101 111001

Color Harmonies of #70B17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B17C

Black with #70B17C

Text Example


Text Example

White with #70B17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,177,124); }

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

background-color css

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

 a { background-color: rgb(112,177,124); }

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

border-color css

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

 span { border-color: rgb(112,177,124); }

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