Html Css Color HEX #70AB76 Fern

📋 copy color: '#70AB76'

red 112 ◦ green 171 ◦ blue 118

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

Shades of Fern #70AB76

Tints of Fern #70AB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

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

R = 27.93%
G = 42.64%
B = 29.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#70AB76 (or 0x70AB76) is known color: Fern. HEX triplet: 70, AB and 76. RGB value is (112,171,118). Sum of RGB (Red+Green+Blue) = 112+171+118=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB76 is #8F5489. Grayscale: #939393. Windows color (decimal): -9393290 or 7777136. OLE color: 7777136.

HSL color Cylindrical-coordinate representation of color #70AB76: hue angle of 126.1º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB76 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 118 -
CMYK 0.35 0 0.31 0.33
HSL 126.1º 0.26% 0.55% -
HSV(B) 126.1º 0.35% 0.67% -
XYZ 24.52 33.88 22.39 -
YUV 147.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 112 171 118 0.35 0 0.31 0.33 126.1 0.26 0.55
Hex 70 AB 76 23 0 1F 21 7E 1A 37
Octal 160 253 166 43 0 37 41 176 32 67
Binary 1110000 10101011 1110110 100011 0 11111 100001 1111110 11010 110111

Color Harmonies of #70AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB76

Black with #70AB76

Text Example


Text Example

White with #70AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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