Html Css Color HEX #70B576 Fern

📋 copy color: '#70B576'

red 112 ◦ green 181 ◦ blue 118

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

Shades of Fern #70B576

Tints of Fern #70B576

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.04%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 27.25%
G = 44.04%
B = 28.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#70B576 (or 0x70B576) is known color: Fern. HEX triplet: 70, B5 and 76. RGB value is (112,181,118). Sum of RGB (Red+Green+Blue) = 112+181+118=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #70B576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B576 is #8F4A89. Grayscale: #999999. Windows color (decimal): -9390730 or 7779696. OLE color: 7779696.

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

Color convert

RGB 112 181 118 -
CMYK 0.38 0 0.35 0.29
HSL 125.22º 0.32% 0.57% -
HSV(B) 125.22º 0.38% 0.71% -
XYZ 26.48 37.8 23.04 -
YUV 153.19 108.14 98.62 -
System Red Green Blue C M Y K H S L
Decimal 112 181 118 0.38 0 0.35 0.29 125.22 0.32 0.57
Hex 70 B5 76 26 0 23 1D 7D 20 39
Octal 160 265 166 46 0 43 35 175 40 71
Binary 1110000 10110101 1110110 100110 0 100011 11101 1111101 100000 111001

Color Harmonies of #70B576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B576

Black with #70B576

Text Example


Text Example

White with #70B576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,181,118); }

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

background-color css

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

 a { background-color: rgb(112,181,118); }

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

border-color css

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

 span { border-color: rgb(112,181,118); }

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