Html Css Color HEX #70B86D Fern

📋 copy color: '#70B86D'

red 112 ◦ green 184 ◦ blue 109

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

Shades of Fern #70B86D

Tints of Fern #70B86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 27.65%
G = 45.43%
B = 26.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#70B86D (or 0x70B86D) is known color: Fern. HEX triplet: 70, B8 and 6D. RGB value is (112,184,109). Sum of RGB (Red+Green+Blue) = 112+184+109=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #70B86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B86D is #8F4792. Grayscale: #9A9A9A. Windows color (decimal): -9389971 or 7190640. OLE color: 7190640.

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

Color convert

RGB 112 184 109 -
CMYK 0.39 0 0.41 0.28
HSL 117.6º 0.35% 0.57% -
HSV(B) 117.6º 0.41% 0.72% -
XYZ 26.58 38.83 20.56 -
YUV 153.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 112 184 109 0.39 0 0.41 0.28 117.6 0.35 0.57
Hex 70 B8 6D 27 0 29 1C 76 23 39
Octal 160 270 155 47 0 51 34 166 43 71
Binary 1110000 10111000 1101101 100111 0 101001 11100 1110110 100011 111001

Color Harmonies of #70B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B86D

Black with #70B86D

Text Example


Text Example

White with #70B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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