Html Css Color HEX #70A871 Fern

📋 copy color: '#70A871'

red 112 ◦ green 168 ◦ blue 113

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

Shades of Fern #70A871

Tints of Fern #70A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 28.5%
G = 42.75%
B = 28.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#70A871 (or 0x70A871) is known color: Fern. HEX triplet: 70, A8 and 71. RGB value is (112,168,113). Sum of RGB (Red+Green+Blue) = 112+168+113=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #70A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A871 is #8F578E. Grayscale: #919191. Windows color (decimal): -9394063 or 7448688. OLE color: 7448688.

HSL color Cylindrical-coordinate representation of color #70A871: hue angle of 121.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A871 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 168 113 -
CMYK 0.33 0 0.33 0.34
HSL 121.07º 0.24% 0.55% -
HSV(B) 121.07º 0.33% 0.66% -
XYZ 23.67 32.64 20.68 -
YUV 144.99 109.95 104.47 -
System Red Green Blue C M Y K H S L
Decimal 112 168 113 0.33 0 0.33 0.34 121.07 0.24 0.55
Hex 70 A8 71 21 0 21 22 79 18 37
Octal 160 250 161 41 0 41 42 171 30 67
Binary 1110000 10101000 1110001 100001 0 100001 100010 1111001 11000 110111

Color Harmonies of #70A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A871

Black with #70A871

Text Example


Text Example

White with #70A871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,168,113); }

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

background-color css

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

 a { background-color: rgb(112,168,113); }

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

border-color css

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

 span { border-color: rgb(112,168,113); }

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