Html Css Color HEX #70B674 Fern

📋 copy color: '#70B674'

red 112 ◦ green 182 ◦ blue 116

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

Shades of Fern #70B674

Tints of Fern #70B674

RGB

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

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

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

R = 27.32%
G = 44.39%
B = 28.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#70B674 (or 0x70B674) is known color: Fern. HEX triplet: 70, B6 and 74. RGB value is (112,182,116). Sum of RGB (Red+Green+Blue) = 112+182+116=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #70B674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B674 is #8F498B. Grayscale: #999999. Windows color (decimal): -9390476 or 7648880. OLE color: 7648880.

HSL color Cylindrical-coordinate representation of color #70B674: hue angle of 123.43º 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 #70B674 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 182 116 -
CMYK 0.38 0 0.36 0.29
HSL 123.43º 0.32% 0.58% -
HSV(B) 123.43º 0.38% 0.71% -
XYZ 26.56 38.16 22.49 -
YUV 153.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 112 182 116 0.38 0 0.36 0.29 123.43 0.32 0.58
Hex 70 B6 74 26 0 24 1D 7B 20 3A
Octal 160 266 164 46 0 44 35 173 40 72
Binary 1110000 10110110 1110100 100110 0 100100 11101 1111011 100000 111010

Color Harmonies of #70B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B674

Black with #70B674

Text Example


Text Example

White with #70B674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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