Html Css Color HEX #70BD77 Fern

📋 copy color: '#70BD77'

red 112 ◦ green 189 ◦ blue 119

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

Shades of Fern #70BD77

Tints of Fern #70BD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 26.67%
G = 45%
B = 28.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#70BD77 (or 0x70BD77) is known color: Fern. HEX triplet: 70, BD and 77. RGB value is (112,189,119). Sum of RGB (Red+Green+Blue) = 112+189+119=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD77 is #8F4288. Grayscale: #9E9E9E. Windows color (decimal): -9388681 or 7847280. OLE color: 7847280.

HSL color Cylindrical-coordinate representation of color #70BD77: hue angle of 125.45º 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 #70BD77 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 119 -
CMYK 0.41 0 0.37 0.26
HSL 125.45º 0.37% 0.59% -
HSV(B) 125.45º 0.41% 0.74% -
XYZ 28.21 41.17 23.91 -
YUV 158 105.99 95.19 -
System Red Green Blue C M Y K H S L
Decimal 112 189 119 0.41 0 0.37 0.26 125.45 0.37 0.59
Hex 70 BD 77 29 0 25 1A 7D 25 3B
Octal 160 275 167 51 0 45 32 175 45 73
Binary 1110000 10111101 1110111 101001 0 100101 11010 1111101 100101 111011

Color Harmonies of #70BD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD77

Black with #70BD77

Text Example


Text Example

White with #70BD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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