Html Css Color HEX #70AC6E Fern

📋 copy color: '#70AC6E'

red 112 ◦ green 172 ◦ blue 110

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

Shades of Fern #70AC6E

Tints of Fern #70AC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.65%

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 28.43%
G = 43.65%
B = 27.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#70AC6E (or 0x70AC6E) is known color: Fern. HEX triplet: 70, AC and 6E. RGB value is (112,172,110). Sum of RGB (Red+Green+Blue) = 112+172+110=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC6E is #8F5391. Grayscale: #939393. Windows color (decimal): -9393042 or 7253104. OLE color: 7253104.

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

Color convert

RGB 112 172 110 -
CMYK 0.35 0 0.36 0.33
HSL 118.06º 0.27% 0.55% -
HSV(B) 118.06º 0.36% 0.67% -
XYZ 24.25 34.08 20.05 -
YUV 146.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 112 172 110 0.35 0 0.36 0.33 118.06 0.27 0.55
Hex 70 AC 6E 23 0 24 21 76 1B 37
Octal 160 254 156 43 0 44 41 166 33 67
Binary 1110000 10101100 1101110 100011 0 100100 100001 1110110 11011 110111

Color Harmonies of #70AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC6E

Black with #70AC6E

Text Example


Text Example

White with #70AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,110); }

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

background-color css

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

 a { background-color: rgb(112,172,110); }

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

border-color css

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

 span { border-color: rgb(112,172,110); }

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