Html Css Color HEX #70B874 Fern

📋 copy color: '#70B874'

red 112 ◦ green 184 ◦ blue 116

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

Shades of Fern #70B874

Tints of Fern #70B874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 27.18%
G = 44.66%
B = 28.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#70B874 (or 0x70B874) is known color: Fern. HEX triplet: 70, B8 and 74. RGB value is (112,184,116). Sum of RGB (Red+Green+Blue) = 112+184+116=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 184 - color contains mainly: green. Hex color #70B874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B874 is #8F478B. Grayscale: #9A9A9A. Windows color (decimal): -9389964 or 7649392. OLE color: 7649392.

HSL color Cylindrical-coordinate representation of color #70B874: hue angle of 123.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B874 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 116 -
CMYK 0.39 0 0.37 0.28
HSL 123.33º 0.34% 0.58% -
HSV(B) 123.33º 0.39% 0.72% -
XYZ 26.97 38.99 22.63 -
YUV 154.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 112 184 116 0.39 0 0.37 0.28 123.33 0.34 0.58
Hex 70 B8 74 27 0 25 1C 7B 22 3A
Octal 160 270 164 47 0 45 34 173 42 72
Binary 1110000 10111000 1110100 100111 0 100101 11100 1111011 100010 111010

Color Harmonies of #70B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B874

Black with #70B874

Text Example


Text Example

White with #70B874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,184,116); }

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

background-color css

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

 a { background-color: rgb(112,184,116); }

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

border-color css

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

 span { border-color: rgb(112,184,116); }

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