Html Css Color HEX #70BD72 Fern

📋 copy color: '#70BD72'

red 112 ◦ green 189 ◦ blue 114

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

Shades of Fern #70BD72

Tints of Fern #70BD72

RGB

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

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

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

R = 26.99%
G = 45.54%
B = 27.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#70BD72 (or 0x70BD72) is known color: Fern. HEX triplet: 70, BD and 72. RGB value is (112,189,114). Sum of RGB (Red+Green+Blue) = 112+189+114=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD72 is #8F428D. Grayscale: #9D9D9D. Windows color (decimal): -9388686 or 7519600. OLE color: 7519600.

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

Color convert

RGB 112 189 114 -
CMYK 0.41 0 0.40 0.26
HSL 121.56º 0.37% 0.59% -
HSV(B) 121.56º 0.41% 0.74% -
XYZ 27.92 41.05 22.37 -
YUV 157.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 112 189 114 0.41 0 0.40 0.26 121.56 0.37 0.59
Hex 70 BD 72 29 0 28 1A 7A 25 3B
Octal 160 275 162 51 0 50 32 172 45 73
Binary 1110000 10111101 1110010 101001 0 101000 11010 1111010 100101 111011

Color Harmonies of #70BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD72

Black with #70BD72

Text Example


Text Example

White with #70BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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