Html Css Color HEX #70BD76 Fern

📋 copy color: '#70BD76'

red 112 ◦ green 189 ◦ blue 118

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

Shades of Fern #70BD76

Tints of Fern #70BD76

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

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

R = 26.73%
G = 45.11%
B = 28.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#70BD76 (or 0x70BD76) is known color: Fern. HEX triplet: 70, BD and 76. RGB value is (112,189,118). Sum of RGB (Red+Green+Blue) = 112+189+118=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD76 is #8F4289. Grayscale: #9E9E9E. Windows color (decimal): -9388682 or 7781744. OLE color: 7781744.

HSL color Cylindrical-coordinate representation of color #70BD76: hue angle of 124.68º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD76 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 118 -
CMYK 0.41 0 0.38 0.26
HSL 124.68º 0.37% 0.59% -
HSV(B) 124.68º 0.41% 0.74% -
XYZ 28.15 41.15 23.6 -
YUV 157.88 105.49 95.27 -
System Red Green Blue C M Y K H S L
Decimal 112 189 118 0.41 0 0.38 0.26 124.68 0.37 0.59
Hex 70 BD 76 29 0 26 1A 7D 25 3B
Octal 160 275 166 51 0 46 32 175 45 73
Binary 1110000 10111101 1110110 101001 0 100110 11010 1111101 100101 111011

Color Harmonies of #70BD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD76

Black with #70BD76

Text Example


Text Example

White with #70BD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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