Html Css Color HEX #70BA72 Fern

📋 copy color: '#70BA72'

red 112 ◦ green 186 ◦ blue 114

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

Shades of Fern #70BA72

Tints of Fern #70BA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 27.18%
G = 45.15%
B = 27.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#70BA72 (or 0x70BA72) is known color: Fern. HEX triplet: 70, BA and 72. RGB value is (112,186,114). Sum of RGB (Red+Green+Blue) = 112+186+114=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA72 is #8F458D. Grayscale: #9B9B9B. Windows color (decimal): -9389454 or 7518832. OLE color: 7518832.

HSL color Cylindrical-coordinate representation of color #70BA72: hue angle of 121.62º 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 #70BA72 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 114 -
CMYK 0.40 0 0.39 0.27
HSL 121.62º 0.35% 0.58% -
HSV(B) 121.62º 0.4% 0.73% -
XYZ 27.28 39.78 22.16 -
YUV 155.67 104.48 96.85 -
System Red Green Blue C M Y K H S L
Decimal 112 186 114 0.40 0 0.39 0.27 121.62 0.35 0.58
Hex 70 BA 72 28 0 27 1B 7A 23 3A
Octal 160 272 162 50 0 47 33 172 43 72
Binary 1110000 10111010 1110010 101000 0 100111 11011 1111010 100011 111010

Color Harmonies of #70BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA72

Black with #70BA72

Text Example


Text Example

White with #70BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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