Html Css Color HEX #70B372 Fern

📋 copy color: '#70B372'

red 112 ◦ green 179 ◦ blue 114

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

Shades of Fern #70B372

Tints of Fern #70B372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.2%

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

R = 27.65%
G = 44.2%
B = 28.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#70B372 (or 0x70B372) is known color: Fern. HEX triplet: 70, B3 and 72. RGB value is (112,179,114). Sum of RGB (Red+Green+Blue) = 112+179+114=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #70B372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B372 is #8F4C8D. Grayscale: #979797. Windows color (decimal): -9391246 or 7517040. OLE color: 7517040.

HSL color Cylindrical-coordinate representation of color #70B372: hue angle of 121.79º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B372 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 114 -
CMYK 0.37 0 0.36 0.30
HSL 121.79º 0.31% 0.57% -
HSV(B) 121.79º 0.37% 0.7% -
XYZ 25.84 36.9 21.68 -
YUV 151.56 106.8 99.79 -
System Red Green Blue C M Y K H S L
Decimal 112 179 114 0.37 0 0.36 0.30 121.79 0.31 0.57
Hex 70 B3 72 25 0 24 1E 7A 1F 39
Octal 160 263 162 45 0 44 36 172 37 71
Binary 1110000 10110011 1110010 100101 0 100100 11110 1111010 11111 111001

Color Harmonies of #70B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B372

Black with #70B372

Text Example


Text Example

White with #70B372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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