Html Css Color HEX #70BC7A Fern

📋 copy color: '#70BC7A'

red 112 ◦ green 188 ◦ blue 122

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

Shades of Fern #70BC7A

Tints of Fern #70BC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.55%

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

R = 26.54%
G = 44.55%
B = 28.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#70BC7A (or 0x70BC7A) is known color: Fern. HEX triplet: 70, BC and 7A. RGB value is (112,188,122). Sum of RGB (Red+Green+Blue) = 112+188+122=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC7A is #8F4385. Grayscale: #9D9D9D. Windows color (decimal): -9388934 or 8043632. OLE color: 8043632.

HSL color Cylindrical-coordinate representation of color #70BC7A: hue angle of 127.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC7A is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 122 -
CMYK 0.40 0 0.35 0.26
HSL 127.89º 0.36% 0.59% -
HSV(B) 127.89º 0.4% 0.74% -
XYZ 28.18 40.82 24.81 -
YUV 157.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 112 188 122 0.40 0 0.35 0.26 127.89 0.36 0.59
Hex 70 BC 7A 28 0 23 1A 80 24 3B
Octal 160 274 172 50 0 43 32 200 44 73
Binary 1110000 10111100 1111010 101000 0 100011 11010 10000000 100100 111011

Color Harmonies of #70BC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC7A

Black with #70BC7A

Text Example


Text Example

White with #70BC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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