Html Css Color HEX #70A96E Fern

📋 copy color: '#70A96E'

red 112 ◦ green 169 ◦ blue 110

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

Shades of Fern #70A96E

Tints of Fern #70A96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.22%

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

R = 28.64%
G = 43.22%
B = 28.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#70A96E (or 0x70A96E) is known color: Fern. HEX triplet: 70, A9 and 6E. RGB value is (112,169,110). Sum of RGB (Red+Green+Blue) = 112+169+110=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #70A96E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A96E is #8F5691. Grayscale: #919191. Windows color (decimal): -9393810 or 7252336. OLE color: 7252336.

HSL color Cylindrical-coordinate representation of color #70A96E: hue angle of 117.97º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70A96E is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 169 110 -
CMYK 0.34 0 0.35 0.34
HSL 117.97º 0.26% 0.55% -
HSV(B) 117.97º 0.35% 0.66% -
XYZ 23.68 32.95 19.86 -
YUV 145.23 108.12 104.3 -
System Red Green Blue C M Y K H S L
Decimal 112 169 110 0.34 0 0.35 0.34 117.97 0.26 0.55
Hex 70 A9 6E 22 0 23 22 76 1A 37
Octal 160 251 156 42 0 43 42 166 32 67
Binary 1110000 10101001 1101110 100010 0 100011 100010 1110110 11010 110111

Color Harmonies of #70A96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A96E

Black with #70A96E

Text Example


Text Example

White with #70A96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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