Html Css Color HEX #70AD6C Fern

📋 copy color: '#70AD6C'

red 112 ◦ green 173 ◦ blue 108

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

Shades of Fern #70AD6C

Tints of Fern #70AD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

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

R = 28.5%
G = 44.02%
B = 27.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#70AD6C (or 0x70AD6C) is known color: Fern. HEX triplet: 70, AD and 6C. RGB value is (112,173,108). Sum of RGB (Red+Green+Blue) = 112+173+108=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD6C is #8F5293. Grayscale: #939393. Windows color (decimal): -9392788 or 7122288. OLE color: 7122288.

HSL color Cylindrical-coordinate representation of color #70AD6C: hue angle of 116.31º degrees, saturation: 0.28, 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 #70AD6C is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 173 108 -
CMYK 0.35 0 0.38 0.32
HSL 116.31º 0.28% 0.55% -
HSV(B) 116.31º 0.38% 0.68% -
XYZ 24.33 34.41 19.55 -
YUV 147.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 112 173 108 0.35 0 0.38 0.32 116.31 0.28 0.55
Hex 70 AD 6C 23 0 26 20 74 1C 37
Octal 160 255 154 43 0 46 40 164 34 67
Binary 1110000 10101101 1101100 100011 0 100110 100000 1110100 11100 110111

Color Harmonies of #70AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AD6C

Black with #70AD6C

Text Example


Text Example

White with #70AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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