Html Css Color HEX #70B96D Fern

📋 copy color: '#70B96D'

red 112 ◦ green 185 ◦ blue 109

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

Shades of Fern #70B96D

Tints of Fern #70B96D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.57%

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

R = 27.59%
G = 45.57%
B = 26.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#70B96D (or 0x70B96D) is known color: Fern. HEX triplet: 70, B9 and 6D. RGB value is (112,185,109). Sum of RGB (Red+Green+Blue) = 112+185+109=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #70B96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B96D is #8F4692. Grayscale: #9A9A9A. Windows color (decimal): -9389715 or 7190896. OLE color: 7190896.

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

Color convert

RGB 112 185 109 -
CMYK 0.39 0 0.41 0.27
HSL 117.63º 0.35% 0.58% -
HSV(B) 117.63º 0.41% 0.73% -
XYZ 26.79 39.25 20.63 -
YUV 154.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 112 185 109 0.39 0 0.41 0.27 117.63 0.35 0.58
Hex 70 B9 6D 27 0 29 1B 76 23 3A
Octal 160 271 155 47 0 51 33 166 43 72
Binary 1110000 10111001 1101101 100111 0 101001 11011 1110110 100011 111010

Color Harmonies of #70B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B96D

Black with #70B96D

Text Example


Text Example

White with #70B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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