Html Css Color HEX #70B37A Fern

📋 copy color: '#70B37A'

red 112 ◦ green 179 ◦ blue 122

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

Shades of Fern #70B37A

Tints of Fern #70B37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 27.12%
G = 43.34%
B = 29.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#70B37A (or 0x70B37A) is known color: Fern. HEX triplet: 70, B3 and 7A. RGB value is (112,179,122). Sum of RGB (Red+Green+Blue) = 112+179+122=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #70B37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B37A is #8F4C85. Grayscale: #989898. Windows color (decimal): -9391238 or 8041328. OLE color: 8041328.

HSL color Cylindrical-coordinate representation of color #70B37A: hue angle of 128.96º 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 #70B37A is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 122 -
CMYK 0.37 0 0.32 0.30
HSL 128.96º 0.31% 0.57% -
HSV(B) 128.96º 0.37% 0.7% -
XYZ 26.32 37.09 24.18 -
YUV 152.47 110.8 99.13 -
System Red Green Blue C M Y K H S L
Decimal 112 179 122 0.37 0 0.32 0.30 128.96 0.31 0.57
Hex 70 B3 7A 25 0 20 1E 81 1F 39
Octal 160 263 172 45 0 40 36 201 37 71
Binary 1110000 10110011 1111010 100101 0 100000 11110 10000001 11111 111001

Color Harmonies of #70B37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B37A

Black with #70B37A

Text Example


Text Example

White with #70B37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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