Html Css Color HEX #70BA6B Fern

📋 copy color: '#70BA6B'

red 112 ◦ green 186 ◦ blue 107

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

Shades of Fern #70BA6B

Tints of Fern #70BA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 27.65%
G = 45.93%
B = 26.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#70BA6B (or 0x70BA6B) is known color: Fern. HEX triplet: 70, BA and 6B. RGB value is (112,186,107). Sum of RGB (Red+Green+Blue) = 112+186+107=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA6B is #8F4594. Grayscale: #9B9B9B. Windows color (decimal): -9389461 or 7060080. OLE color: 7060080.

HSL color Cylindrical-coordinate representation of color #70BA6B: hue angle of 116.2º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70BA6B is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 107 -
CMYK 0.40 0 0.42 0.27
HSL 116.2º 0.36% 0.57% -
HSV(B) 116.2º 0.42% 0.73% -
XYZ 26.89 39.62 20.14 -
YUV 154.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 112 186 107 0.40 0 0.42 0.27 116.2 0.36 0.57
Hex 70 BA 6B 28 0 2A 1B 74 24 39
Octal 160 272 153 50 0 52 33 164 44 71
Binary 1110000 10111010 1101011 101000 0 101010 11011 1110100 100100 111001

Color Harmonies of #70BA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA6B

Black with #70BA6B

Text Example


Text Example

White with #70BA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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