Html Css Color HEX #70B679 Fern

📋 copy color: '#70B679'

red 112 ◦ green 182 ◦ blue 121

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

Shades of Fern #70B679

Tints of Fern #70B679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.86%

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

R = 26.99%
G = 43.86%
B = 29.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#70B679 (or 0x70B679) is known color: Fern. HEX triplet: 70, B6 and 79. RGB value is (112,182,121). Sum of RGB (Red+Green+Blue) = 112+182+121=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #70B679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B679 is #8F4986. Grayscale: #9A9A9A. Windows color (decimal): -9390471 or 7976560. OLE color: 7976560.

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

Color convert

RGB 112 182 121 -
CMYK 0.38 0 0.34 0.29
HSL 127.71º 0.32% 0.58% -
HSV(B) 127.71º 0.38% 0.71% -
XYZ 26.86 38.28 24.06 -
YUV 154.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 112 182 121 0.38 0 0.34 0.29 127.71 0.32 0.58
Hex 70 B6 79 26 0 22 1D 80 20 3A
Octal 160 266 171 46 0 42 35 200 40 72
Binary 1110000 10110110 1111001 100110 0 100010 11101 10000000 100000 111010

Color Harmonies of #70B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B679

Black with #70B679

Text Example


Text Example

White with #70B679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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