Html Css Color HEX #70BD74 Fern

📋 copy color: '#70BD74'

red 112 ◦ green 189 ◦ blue 116

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

Shades of Fern #70BD74

Tints of Fern #70BD74

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 26.86%
G = 45.32%
B = 27.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#70BD74 (or 0x70BD74) is known color: Fern. HEX triplet: 70, BD and 74. RGB value is (112,189,116). Sum of RGB (Red+Green+Blue) = 112+189+116=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD74 is #8F428B. Grayscale: #9D9D9D. Windows color (decimal): -9388684 or 7650672. OLE color: 7650672.

HSL color Cylindrical-coordinate representation of color #70BD74: hue angle of 123.12º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD74 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 116 -
CMYK 0.41 0 0.39 0.26
HSL 123.12º 0.37% 0.59% -
HSV(B) 123.12º 0.41% 0.74% -
XYZ 28.03 41.1 22.98 -
YUV 157.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 112 189 116 0.41 0 0.39 0.26 123.12 0.37 0.59
Hex 70 BD 74 29 0 27 1A 7B 25 3B
Octal 160 275 164 51 0 47 32 173 45 73
Binary 1110000 10111101 1110100 101001 0 100111 11010 1111011 100101 111011

Color Harmonies of #70BD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD74

Black with #70BD74

Text Example


Text Example

White with #70BD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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