Html Css Color HEX #70AE6B Fern

📋 copy color: '#70AE6B'

red 112 ◦ green 174 ◦ blue 107

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

Shades of Fern #70AE6B

Tints of Fern #70AE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 28.5%
G = 44.27%
B = 27.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#70AE6B (or 0x70AE6B) is known color: Fern. HEX triplet: 70, AE and 6B. RGB value is (112,174,107). Sum of RGB (Red+Green+Blue) = 112+174+107=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE6B is #8F5194. Grayscale: #949494. Windows color (decimal): -9392533 or 7057008. OLE color: 7057008.

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

Color convert

RGB 112 174 107 -
CMYK 0.36 0 0.39 0.32
HSL 115.52º 0.29% 0.55% -
HSV(B) 115.52º 0.39% 0.68% -
XYZ 24.47 34.78 19.33 -
YUV 147.82 104.96 102.45 -
System Red Green Blue C M Y K H S L
Decimal 112 174 107 0.36 0 0.39 0.32 115.52 0.29 0.55
Hex 70 AE 6B 24 0 27 20 74 1D 37
Octal 160 256 153 44 0 47 40 164 35 67
Binary 1110000 10101110 1101011 100100 0 100111 100000 1110100 11101 110111

Color Harmonies of #70AE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE6B

Black with #70AE6B

Text Example


Text Example

White with #70AE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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