Html Css Color HEX #70B57C Fern

📋 copy color: '#70B57C'

red 112 ◦ green 181 ◦ blue 124

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

Shades of Fern #70B57C

Tints of Fern #70B57C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

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

R = 26.86%
G = 43.41%
B = 29.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#70B57C (or 0x70B57C) is known color: Fern. HEX triplet: 70, B5 and 7C. RGB value is (112,181,124). Sum of RGB (Red+Green+Blue) = 112+181+124=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #70B57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B57C is #8F4A83. Grayscale: #9A9A9A. Windows color (decimal): -9390724 or 8172912. OLE color: 8172912.

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

Color convert

RGB 112 181 124 -
CMYK 0.38 0 0.31 0.29
HSL 130.43º 0.32% 0.57% -
HSV(B) 130.43º 0.38% 0.71% -
XYZ 26.84 37.95 24.98 -
YUV 153.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 112 181 124 0.38 0 0.31 0.29 130.43 0.32 0.57
Hex 70 B5 7C 26 0 1F 1D 82 20 39
Octal 160 265 174 46 0 37 35 202 40 71
Binary 1110000 10110101 1111100 100110 0 11111 11101 10000010 100000 111001

Color Harmonies of #70B57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B57C

Black with #70B57C

Text Example


Text Example

White with #70B57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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