Html Css Color HEX #70B46D Fern

📋 copy color: '#70B46D'

red 112 ◦ green 180 ◦ blue 109

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

Shades of Fern #70B46D

Tints of Fern #70B46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

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

R = 27.93%
G = 44.89%
B = 27.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#70B46D (or 0x70B46D) is known color: Fern. HEX triplet: 70, B4 and 6D. RGB value is (112,180,109). Sum of RGB (Red+Green+Blue) = 112+180+109=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #70B46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B46D is #8F4B92. Grayscale: #979797. Windows color (decimal): -9390995 or 7189616. OLE color: 7189616.

HSL color Cylindrical-coordinate representation of color #70B46D: hue angle of 117.46º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B46D is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 109 -
CMYK 0.38 0 0.39 0.29
HSL 117.46º 0.32% 0.57% -
HSV(B) 117.46º 0.39% 0.71% -
XYZ 25.76 37.19 20.29 -
YUV 151.57 103.97 99.77 -
System Red Green Blue C M Y K H S L
Decimal 112 180 109 0.38 0 0.39 0.29 117.46 0.32 0.57
Hex 70 B4 6D 26 0 27 1D 75 20 39
Octal 160 264 155 46 0 47 35 165 40 71
Binary 1110000 10110100 1101101 100110 0 100111 11101 1110101 100000 111001

Color Harmonies of #70B46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B46D

Black with #70B46D

Text Example


Text Example

White with #70B46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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