Html Css Color HEX #70AE76 Fern

📋 copy color: '#70AE76'

red 112 ◦ green 174 ◦ blue 118

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

Shades of Fern #70AE76

Tints of Fern #70AE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.07%

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

R = 27.72%
G = 43.07%
B = 29.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#70AE76 (or 0x70AE76) is known color: Fern. HEX triplet: 70, AE and 76. RGB value is (112,174,118). Sum of RGB (Red+Green+Blue) = 112+174+118=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE76 is #8F5189. Grayscale: #959595. Windows color (decimal): -9392522 or 7777904. OLE color: 7777904.

HSL color Cylindrical-coordinate representation of color #70AE76: hue angle of 125.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AE76 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 174 118 -
CMYK 0.36 0 0.32 0.32
HSL 125.81º 0.28% 0.56% -
HSV(B) 125.81º 0.36% 0.68% -
XYZ 25.09 35.02 22.58 -
YUV 149.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 112 174 118 0.36 0 0.32 0.32 125.81 0.28 0.56
Hex 70 AE 76 24 0 20 20 7E 1C 38
Octal 160 256 166 44 0 40 40 176 34 70
Binary 1110000 10101110 1110110 100100 0 100000 100000 1111110 11100 111000

Color Harmonies of #70AE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE76

Black with #70AE76

Text Example


Text Example

White with #70AE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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