Html Css Color HEX #70B375 Fern

📋 copy color: '#70B375'

red 112 ◦ green 179 ◦ blue 117

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

Shades of Fern #70B375

Tints of Fern #70B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.87%

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 27.45%
G = 43.87%
B = 28.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#70B375 (or 0x70B375) is known color: Fern. HEX triplet: 70, B3 and 75. RGB value is (112,179,117). Sum of RGB (Red+Green+Blue) = 112+179+117=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #70B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B375 is #8F4C8A. Grayscale: #989898. Windows color (decimal): -9391243 or 7713648. OLE color: 7713648.

HSL color Cylindrical-coordinate representation of color #70B375: hue angle of 124.48º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B375 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 117 -
CMYK 0.37 0 0.35 0.30
HSL 124.48º 0.31% 0.57% -
HSV(B) 124.48º 0.37% 0.7% -
XYZ 26.01 36.97 22.59 -
YUV 151.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 112 179 117 0.37 0 0.35 0.30 124.48 0.31 0.57
Hex 70 B3 75 25 0 23 1E 7C 1F 39
Octal 160 263 165 45 0 43 36 174 37 71
Binary 1110000 10110011 1110101 100101 0 100011 11110 1111100 11111 111001

Color Harmonies of #70B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B375

Black with #70B375

Text Example


Text Example

White with #70B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,179,117); }

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

background-color css

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

 a { background-color: rgb(112,179,117); }

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

border-color css

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

 span { border-color: rgb(112,179,117); }

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