Html Css Color HEX #70A973 Fern

📋 copy color: '#70A973'

red 112 ◦ green 169 ◦ blue 115

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

Shades of Fern #70A973

Tints of Fern #70A973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 28.28%
G = 42.68%
B = 29.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#70A973 (or 0x70A973) is known color: Fern. HEX triplet: 70, A9 and 73. RGB value is (112,169,115). Sum of RGB (Red+Green+Blue) = 112+169+115=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #70A973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A973 is #8F568C. Grayscale: #919191. Windows color (decimal): -9393805 or 7580016. OLE color: 7580016.

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

Color convert

RGB 112 169 115 -
CMYK 0.34 0 0.32 0.34
HSL 123.16º 0.25% 0.55% -
HSV(B) 123.16º 0.34% 0.66% -
XYZ 23.96 33.06 21.34 -
YUV 145.8 110.62 103.89 -
System Red Green Blue C M Y K H S L
Decimal 112 169 115 0.34 0 0.32 0.34 123.16 0.25 0.55
Hex 70 A9 73 22 0 20 22 7B 19 37
Octal 160 251 163 42 0 40 42 173 31 67
Binary 1110000 10101001 1110011 100010 0 100000 100010 1111011 11001 110111

Color Harmonies of #70A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A973

Black with #70A973

Text Example


Text Example

White with #70A973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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