Html Css Color HEX #70BA74 Fern

📋 copy color: '#70BA74'

red 112 ◦ green 186 ◦ blue 116

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

Shades of Fern #70BA74

Tints of Fern #70BA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

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

R = 27.05%
G = 44.93%
B = 28.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#70BA74 (or 0x70BA74) is known color: Fern. HEX triplet: 70, BA and 74. RGB value is (112,186,116). Sum of RGB (Red+Green+Blue) = 112+186+116=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA74 is #8F458B. Grayscale: #9C9C9C. Windows color (decimal): -9389452 or 7649904. OLE color: 7649904.

HSL color Cylindrical-coordinate representation of color #70BA74: hue angle of 123.24º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA74 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 116 -
CMYK 0.40 0 0.38 0.27
HSL 123.24º 0.35% 0.58% -
HSV(B) 123.24º 0.4% 0.73% -
XYZ 27.39 39.82 22.77 -
YUV 155.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 112 186 116 0.40 0 0.38 0.27 123.24 0.35 0.58
Hex 70 BA 74 28 0 26 1B 7B 23 3A
Octal 160 272 164 50 0 46 33 173 43 72
Binary 1110000 10111010 1110100 101000 0 100110 11011 1111011 100011 111010

Color Harmonies of #70BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA74

Black with #70BA74

Text Example


Text Example

White with #70BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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