Html Css Color HEX #70B56E Fern

📋 copy color: '#70B56E'

red 112 ◦ green 181 ◦ blue 110

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

Shades of Fern #70B56E

Tints of Fern #70B56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 27.79%
G = 44.91%
B = 27.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#70B56E (or 0x70B56E) is known color: Fern. HEX triplet: 70, B5 and 6E. RGB value is (112,181,110). Sum of RGB (Red+Green+Blue) = 112+181+110=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #70B56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B56E is #8F4A91. Grayscale: #989898. Windows color (decimal): -9390738 or 7255408. OLE color: 7255408.

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

Color convert

RGB 112 181 110 -
CMYK 0.38 0 0.39 0.29
HSL 118.31º 0.32% 0.57% -
HSV(B) 118.31º 0.39% 0.71% -
XYZ 26.02 37.62 20.64 -
YUV 152.28 104.14 99.27 -
System Red Green Blue C M Y K H S L
Decimal 112 181 110 0.38 0 0.39 0.29 118.31 0.32 0.57
Hex 70 B5 6E 26 0 27 1D 76 20 39
Octal 160 265 156 46 0 47 35 166 40 71
Binary 1110000 10110101 1101110 100110 0 100111 11101 1110110 100000 111001

Color Harmonies of #70B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B56E

Black with #70B56E

Text Example


Text Example

White with #70B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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