Html Css Color HEX #70BA7C Fern

📋 copy color: '#70BA7C'

red 112 ◦ green 186 ◦ blue 124

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

Shades of Fern #70BA7C

Tints of Fern #70BA7C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 26.54%
G = 44.08%
B = 29.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#70BA7C (or 0x70BA7C) is known color: Fern. HEX triplet: 70, BA and 7C. RGB value is (112,186,124). Sum of RGB (Red+Green+Blue) = 112+186+124=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA7C is #8F4583. Grayscale: #9C9C9C. Windows color (decimal): -9389444 or 8174192. OLE color: 8174192.

HSL color Cylindrical-coordinate representation of color #70BA7C: hue angle of 129.73º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA7C is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 124 -
CMYK 0.40 0 0.33 0.27
HSL 129.73º 0.35% 0.58% -
HSV(B) 129.73º 0.4% 0.73% -
XYZ 27.88 40.02 25.32 -
YUV 156.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 112 186 124 0.40 0 0.33 0.27 129.73 0.35 0.58
Hex 70 BA 7C 28 0 21 1B 82 23 3A
Octal 160 272 174 50 0 41 33 202 43 72
Binary 1110000 10111010 1111100 101000 0 100001 11011 10000010 100011 111010

Color Harmonies of #70BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA7C

Black with #70BA7C

Text Example


Text Example

White with #70BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,124); }

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

background-color css

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

 a { background-color: rgb(112,186,124); }

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

border-color css

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

 span { border-color: rgb(112,186,124); }

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