Html Css Color HEX #70AE6C Fern

📋 copy color: '#70AE6C'

red 112 ◦ green 174 ◦ blue 108

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

Shades of Fern #70AE6C

Tints of Fern #70AE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 28.43%
G = 44.16%
B = 27.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#70AE6C (or 0x70AE6C) is known color: Fern. HEX triplet: 70, AE and 6C. RGB value is (112,174,108). Sum of RGB (Red+Green+Blue) = 112+174+108=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE6C is #8F5193. Grayscale: #949494. Windows color (decimal): -9392532 or 7122544. OLE color: 7122544.

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

Color convert

RGB 112 174 108 -
CMYK 0.36 0 0.38 0.32
HSL 116.36º 0.29% 0.55% -
HSV(B) 116.36º 0.38% 0.68% -
XYZ 24.52 34.8 19.61 -
YUV 147.94 105.46 102.37 -
System Red Green Blue C M Y K H S L
Decimal 112 174 108 0.36 0 0.38 0.32 116.36 0.29 0.55
Hex 70 AE 6C 24 0 26 20 74 1D 37
Octal 160 256 154 44 0 46 40 164 35 67
Binary 1110000 10101110 1101100 100100 0 100110 100000 1110100 11101 110111

Color Harmonies of #70AE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE6C

Black with #70AE6C

Text Example


Text Example

White with #70AE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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