Html Css Color HEX #70BA73 Fern

📋 copy color: '#70BA73'

red 112 ◦ green 186 ◦ blue 115

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

Shades of Fern #70BA73

Tints of Fern #70BA73

RGB

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

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

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

R = 27.12%
G = 45.04%
B = 27.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#70BA73 (or 0x70BA73) is known color: Fern. HEX triplet: 70, BA and 73. RGB value is (112,186,115). Sum of RGB (Red+Green+Blue) = 112+186+115=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA73 is #8F458C. Grayscale: #9B9B9B. Windows color (decimal): -9389453 or 7584368. OLE color: 7584368.

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

Color convert

RGB 112 186 115 -
CMYK 0.40 0 0.38 0.27
HSL 122.43º 0.35% 0.58% -
HSV(B) 122.43º 0.4% 0.73% -
XYZ 27.34 39.8 22.46 -
YUV 155.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 112 186 115 0.40 0 0.38 0.27 122.43 0.35 0.58
Hex 70 BA 73 28 0 26 1B 7A 23 3A
Octal 160 272 163 50 0 46 33 172 43 72
Binary 1110000 10111010 1110011 101000 0 100110 11011 1111010 100011 111010

Color Harmonies of #70BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA73

Black with #70BA73

Text Example


Text Example

White with #70BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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