Html Css Color HEX #70B476 Fern

📋 copy color: '#70B476'

red 112 ◦ green 180 ◦ blue 118

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

Shades of Fern #70B476

Tints of Fern #70B476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.9%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 27.32%
G = 43.9%
B = 28.78%

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

#70B476 (or 0x70B476) is known color: Fern. HEX triplet: 70, B4 and 76. RGB value is (112,180,118). Sum of RGB (Red+Green+Blue) = 112+180+118=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #70B476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B476 is #8F4B89. Grayscale: #989898. Windows color (decimal): -9390986 or 7779440. OLE color: 7779440.

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

Color convert

RGB 112 180 118 -
CMYK 0.38 0 0.34 0.29
HSL 125.29º 0.31% 0.57% -
HSV(B) 125.29º 0.38% 0.71% -
XYZ 26.27 37.4 22.97 -
YUV 152.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 112 180 118 0.38 0 0.34 0.29 125.29 0.31 0.57
Hex 70 B4 76 26 0 22 1D 7D 1F 39
Octal 160 264 166 46 0 42 35 175 37 71
Binary 1110000 10110100 1110110 100110 0 100010 11101 1111101 11111 111001

Color Harmonies of #70B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B476

Black with #70B476

Text Example


Text Example

White with #70B476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,118); }

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

background-color css

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

 a { background-color: rgb(112,180,118); }

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

border-color css

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

 span { border-color: rgb(112,180,118); }

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