Html Css Color HEX #70AC72 Fern

📋 copy color: '#70AC72'

red 112 ◦ green 172 ◦ blue 114

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

Shades of Fern #70AC72

Tints of Fern #70AC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 28.14%
G = 43.22%
B = 28.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#70AC72 (or 0x70AC72) is known color: Fern. HEX triplet: 70, AC and 72. RGB value is (112,172,114). Sum of RGB (Red+Green+Blue) = 112+172+114=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC72 is #8F538D. Grayscale: #939393. Windows color (decimal): -9393038 or 7515248. OLE color: 7515248.

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

Color convert

RGB 112 172 114 -
CMYK 0.35 0 0.34 0.33
HSL 122º 0.27% 0.56% -
HSV(B) 122º 0.35% 0.67% -
XYZ 24.47 34.16 21.22 -
YUV 147.45 109.12 102.72 -
System Red Green Blue C M Y K H S L
Decimal 112 172 114 0.35 0 0.34 0.33 122 0.27 0.56
Hex 70 AC 72 23 0 22 21 7A 1B 38
Octal 160 254 162 43 0 42 41 172 33 70
Binary 1110000 10101100 1110010 100011 0 100010 100001 1111010 11011 111000

Color Harmonies of #70AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC72

Black with #70AC72

Text Example


Text Example

White with #70AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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