Html Css Color HEX #70BC77 Fern

📋 copy color: '#70BC77'

red 112 ◦ green 188 ◦ blue 119

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

Shades of Fern #70BC77

Tints of Fern #70BC77

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.87%

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

R = 26.73%
G = 44.87%
B = 28.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#70BC77 (or 0x70BC77) is known color: Fern. HEX triplet: 70, BC and 77. RGB value is (112,188,119). Sum of RGB (Red+Green+Blue) = 112+188+119=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC77 is #8F4388. Grayscale: #9D9D9D. Windows color (decimal): -9388937 or 7847024. OLE color: 7847024.

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

Color convert

RGB 112 188 119 -
CMYK 0.40 0 0.37 0.26
HSL 125.53º 0.36% 0.59% -
HSV(B) 125.53º 0.4% 0.74% -
XYZ 28 40.74 23.84 -
YUV 157.41 106.32 95.61 -
System Red Green Blue C M Y K H S L
Decimal 112 188 119 0.40 0 0.37 0.26 125.53 0.36 0.59
Hex 70 BC 77 28 0 25 1A 7E 24 3B
Octal 160 274 167 50 0 45 32 176 44 73
Binary 1110000 10111100 1110111 101000 0 100101 11010 1111110 100100 111011

Color Harmonies of #70BC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC77

Black with #70BC77

Text Example


Text Example

White with #70BC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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