Html Css Color HEX #70B87A Fern

📋 copy color: '#70B87A'

red 112 ◦ green 184 ◦ blue 122

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

Shades of Fern #70B87A

Tints of Fern #70B87A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.02%

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

R = 26.79%
G = 44.02%
B = 29.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#70B87A (or 0x70B87A) is known color: Fern. HEX triplet: 70, B8 and 7A. RGB value is (112,184,122). Sum of RGB (Red+Green+Blue) = 112+184+122=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 184 - color contains mainly: green. Hex color #70B87A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B87A is #8F4785. Grayscale: #9B9B9B. Windows color (decimal): -9389958 or 8042608. OLE color: 8042608.

HSL color Cylindrical-coordinate representation of color #70B87A: hue angle of 128.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B87A is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 122 -
CMYK 0.39 0 0.34 0.28
HSL 128.33º 0.34% 0.58% -
HSV(B) 128.33º 0.39% 0.72% -
XYZ 27.34 39.13 24.52 -
YUV 155.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 112 184 122 0.39 0 0.34 0.28 128.33 0.34 0.58
Hex 70 B8 7A 27 0 22 1C 80 22 3A
Octal 160 270 172 47 0 42 34 200 42 72
Binary 1110000 10111000 1111010 100111 0 100010 11100 10000000 100010 111010

Color Harmonies of #70B87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B87A

Black with #70B87A

Text Example


Text Example

White with #70B87A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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