Html Css Color HEX #70B976 Fern

📋 copy color: '#70B976'

red 112 ◦ green 185 ◦ blue 118

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

Shades of Fern #70B976

Tints of Fern #70B976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.58%

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

R = 26.99%
G = 44.58%
B = 28.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#70B976 (or 0x70B976) is known color: Fern. HEX triplet: 70, B9 and 76. RGB value is (112,185,118). Sum of RGB (Red+Green+Blue) = 112+185+118=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #70B976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B976 is #8F4689. Grayscale: #9B9B9B. Windows color (decimal): -9389706 or 7780720. OLE color: 7780720.

HSL color Cylindrical-coordinate representation of color #70B976: hue angle of 124.93º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B976 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 185 118 -
CMYK 0.39 0 0.36 0.27
HSL 124.93º 0.34% 0.58% -
HSV(B) 124.93º 0.39% 0.73% -
XYZ 27.3 39.45 23.32 -
YUV 155.54 106.82 96.95 -
System Red Green Blue C M Y K H S L
Decimal 112 185 118 0.39 0 0.36 0.27 124.93 0.34 0.58
Hex 70 B9 76 27 0 24 1B 7D 22 3A
Octal 160 271 166 47 0 44 33 175 42 72
Binary 1110000 10111001 1110110 100111 0 100100 11011 1111101 100010 111010

Color Harmonies of #70B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B976

Black with #70B976

Text Example


Text Example

White with #70B976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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