Html Css Color HEX #70BC6C Fern

📋 copy color: '#70BC6C'

red 112 ◦ green 188 ◦ blue 108

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

Shades of Fern #70BC6C

Tints of Fern #70BC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 27.45%
G = 46.08%
B = 26.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#70BC6C (or 0x70BC6C) is known color: Fern. HEX triplet: 70, BC and 6C. RGB value is (112,188,108). Sum of RGB (Red+Green+Blue) = 112+188+108=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC6C is #8F4393. Grayscale: #9C9C9C. Windows color (decimal): -9388948 or 7126128. OLE color: 7126128.

HSL color Cylindrical-coordinate representation of color #70BC6C: hue angle of 117º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70BC6C is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 108 -
CMYK 0.40 0 0.43 0.26
HSL 117º 0.37% 0.58% -
HSV(B) 117º 0.43% 0.74% -
XYZ 27.37 40.49 20.56 -
YUV 156.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 112 188 108 0.40 0 0.43 0.26 117 0.37 0.58
Hex 70 BC 6C 28 0 2B 1A 75 25 3A
Octal 160 274 154 50 0 53 32 165 45 72
Binary 1110000 10111100 1101100 101000 0 101011 11010 1110101 100101 111010

Color Harmonies of #70BC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC6C

Black with #70BC6C

Text Example


Text Example

White with #70BC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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