Html Css Color HEX #70BA77 Fern

📋 copy color: '#70BA77'

red 112 ◦ green 186 ◦ blue 119

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

Shades of Fern #70BA77

Tints of Fern #70BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.6%

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

R = 26.86%
G = 44.6%
B = 28.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#70BA77 (or 0x70BA77) is known color: Fern. HEX triplet: 70, BA and 77. RGB value is (112,186,119). Sum of RGB (Red+Green+Blue) = 112+186+119=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA77 is #8F4588. Grayscale: #9C9C9C. Windows color (decimal): -9389449 or 7846512. OLE color: 7846512.

HSL color Cylindrical-coordinate representation of color #70BA77: hue angle of 125.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA77 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 119 -
CMYK 0.40 0 0.36 0.27
HSL 125.68º 0.35% 0.58% -
HSV(B) 125.68º 0.4% 0.73% -
XYZ 27.57 39.89 23.7 -
YUV 156.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 112 186 119 0.40 0 0.36 0.27 125.68 0.35 0.58
Hex 70 BA 77 28 0 24 1B 7E 23 3A
Octal 160 272 167 50 0 44 33 176 43 72
Binary 1110000 10111010 1110111 101000 0 100100 11011 1111110 100011 111010

Color Harmonies of #70BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA77

Black with #70BA77

Text Example


Text Example

White with #70BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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