Html Css Color HEX #70AE77 Fern

📋 copy color: '#70AE77'

red 112 ◦ green 174 ◦ blue 119

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

Shades of Fern #70AE77

Tints of Fern #70AE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.38%

R = 27.65%
G = 42.96%
B = 29.38%

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

#70AE77 (or 0x70AE77) is known color: Fern. HEX triplet: 70, AE and 77. RGB value is (112,174,119). Sum of RGB (Red+Green+Blue) = 112+174+119=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE77 is #8F5188. Grayscale: #959595. Windows color (decimal): -9392521 or 7843440. OLE color: 7843440.

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

Color convert

RGB 112 174 119 -
CMYK 0.36 0 0.32 0.32
HSL 126.77º 0.28% 0.56% -
HSV(B) 126.77º 0.36% 0.68% -
XYZ 25.15 35.05 22.89 -
YUV 149.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 112 174 119 0.36 0 0.32 0.32 126.77 0.28 0.56
Hex 70 AE 77 24 0 20 20 7F 1C 38
Octal 160 256 167 44 0 40 40 177 34 70
Binary 1110000 10101110 1110111 100100 0 100000 100000 1111111 11100 111000

Color Harmonies of #70AE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE77

Black with #70AE77

Text Example


Text Example

White with #70AE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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