Html Css Color HEX #70B572 Fern

📋 copy color: '#70B572'

red 112 ◦ green 181 ◦ blue 114

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

Shades of Fern #70B572

Tints of Fern #70B572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.47%

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

R = 27.52%
G = 44.47%
B = 28.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#70B572 (or 0x70B572) is known color: Fern. HEX triplet: 70, B5 and 72. RGB value is (112,181,114). Sum of RGB (Red+Green+Blue) = 112+181+114=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #70B572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B572 is #8F4A8D. Grayscale: #989898. Windows color (decimal): -9390734 or 7517552. OLE color: 7517552.

HSL color Cylindrical-coordinate representation of color #70B572: hue angle of 121.74º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B572 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 114 -
CMYK 0.38 0 0.37 0.29
HSL 121.74º 0.32% 0.57% -
HSV(B) 121.74º 0.38% 0.71% -
XYZ 26.24 37.71 21.81 -
YUV 152.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 112 181 114 0.38 0 0.37 0.29 121.74 0.32 0.57
Hex 70 B5 72 26 0 25 1D 7A 20 39
Octal 160 265 162 46 0 45 35 172 40 71
Binary 1110000 10110101 1110010 100110 0 100101 11101 1111010 100000 111001

Color Harmonies of #70B572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B572

Black with #70B572

Text Example


Text Example

White with #70B572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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