Html Css Color HEX #70B974 Fern

📋 copy color: '#70B974'

red 112 ◦ green 185 ◦ blue 116

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

Shades of Fern #70B974

Tints of Fern #70B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

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

R = 27.12%
G = 44.79%
B = 28.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#70B974 (or 0x70B974) is known color: Fern. HEX triplet: 70, B9 and 74. RGB value is (112,185,116). Sum of RGB (Red+Green+Blue) = 112+185+116=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #70B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B974 is #8F468B. Grayscale: #9B9B9B. Windows color (decimal): -9389708 or 7649648. OLE color: 7649648.

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

Color convert

RGB 112 185 116 -
CMYK 0.39 0 0.37 0.27
HSL 123.29º 0.34% 0.58% -
HSV(B) 123.29º 0.39% 0.73% -
XYZ 27.18 39.4 22.7 -
YUV 155.31 105.82 97.11 -
System Red Green Blue C M Y K H S L
Decimal 112 185 116 0.39 0 0.37 0.27 123.29 0.34 0.58
Hex 70 B9 74 27 0 25 1B 7B 22 3A
Octal 160 271 164 47 0 45 33 173 42 72
Binary 1110000 10111001 1110100 100111 0 100101 11011 1111011 100010 111010

Color Harmonies of #70B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B974

Black with #70B974

Text Example


Text Example

White with #70B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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