Html Css Color HEX #70BC79 Fern

📋 copy color: '#70BC79'

red 112 ◦ green 188 ◦ blue 121

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

Shades of Fern #70BC79

Tints of Fern #70BC79

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 26.6%
G = 44.66%
B = 28.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#70BC79 (or 0x70BC79) is known color: Fern. HEX triplet: 70, BC and 79. RGB value is (112,188,121). Sum of RGB (Red+Green+Blue) = 112+188+121=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC79 is #8F4386. Grayscale: #9D9D9D. Windows color (decimal): -9388935 or 7978096. OLE color: 7978096.

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

Color convert

RGB 112 188 121 -
CMYK 0.40 0 0.36 0.26
HSL 127.11º 0.36% 0.59% -
HSV(B) 127.11º 0.4% 0.74% -
XYZ 28.12 40.79 24.48 -
YUV 157.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 112 188 121 0.40 0 0.36 0.26 127.11 0.36 0.59
Hex 70 BC 79 28 0 24 1A 7F 24 3B
Octal 160 274 171 50 0 44 32 177 44 73
Binary 1110000 10111100 1111001 101000 0 100100 11010 1111111 100100 111011

Color Harmonies of #70BC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC79

Black with #70BC79

Text Example


Text Example

White with #70BC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,121); }

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

background-color css

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

 a { background-color: rgb(112,188,121); }

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

border-color css

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

 span { border-color: rgb(112,188,121); }

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