Html Css Color HEX #70BA7A Fern

📋 copy color: '#70BA7A'

red 112 ◦ green 186 ◦ blue 122

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

Shades of Fern #70BA7A

Tints of Fern #70BA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 26.67%
G = 44.29%
B = 29.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#70BA7A (or 0x70BA7A) is known color: Fern. HEX triplet: 70, BA and 7A. RGB value is (112,186,122). Sum of RGB (Red+Green+Blue) = 112+186+122=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA7A is #8F4585. Grayscale: #9C9C9C. Windows color (decimal): -9389446 or 8043120. OLE color: 8043120.

HSL color Cylindrical-coordinate representation of color #70BA7A: hue angle of 128.11º 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 #70BA7A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 122 -
CMYK 0.40 0 0.34 0.27
HSL 128.11º 0.35% 0.58% -
HSV(B) 128.11º 0.4% 0.73% -
XYZ 27.75 39.97 24.66 -
YUV 156.58 108.48 96.2 -
System Red Green Blue C M Y K H S L
Decimal 112 186 122 0.40 0 0.34 0.27 128.11 0.35 0.58
Hex 70 BA 7A 28 0 22 1B 80 23 3A
Octal 160 272 172 50 0 42 33 200 43 72
Binary 1110000 10111010 1111010 101000 0 100010 11011 10000000 100011 111010

Color Harmonies of #70BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA7A

Black with #70BA7A

Text Example


Text Example

White with #70BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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